Skip to content

utteneze/zynapse-tail

Repository files navigation

Zynapse :: Tail (Backend APIs)

PNPM NodeJS Express.js MongoDB
Alpine Linux Docker
Jest

This repository hosts the backend APIs of Zynapse, the GenAI powered second brain project.

🚀 Getting Started

  1. Clone the repository.
git clone https://github.com/utteneze/zynapse-tail
  1. Install the dependencies.
pnpm install
  1. This should fire up the server in development mode. Localhost address will be displayed on the console.
pnpm dev

📂 Folder Structure

apps
└── [slice]
    ├── entry-points
    │   ├── api
    │   │   ├── routes.ts
    │   │   └── controller.ts
    │   └── listeners
    ├── domain
    │   ├── emitters
    │   ├── services
    │   │   └── [service].ts
    │   ├── entities
    │   │   └── [entity].ts
    │   └── types
    └── data-access
        ├── repositories
        │   ├── interfaces
        │   │   └── [interface].ts
        │   └── implementations
        │       └── [implementation].ts
        └── models
            └── [model].ts
shared
├── webserver
│   ├── server.ts
│   └── error.ts
├── database
│   └── setup.ts
├── middlewares
├── config
│   ├── bootstrap.ts
│   └── environment.ts
├── interfaces
└── dtos
index.ts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published