Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpfromer/todolist-backend
https://github.com/kpfromer/todolist-backend
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kpfromer/todolist-backend
- Owner: kpfromer
- Created: 2019-09-27T21:05:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:00:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T09:29:48.901Z (about 1 month ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://softwareontheroad.com/ideal-nodejs-project-structure/#folder
Structure
src
│ app.js # App entry point
└───api # Express route controllers for all the endpoints of the app
└───config # Environment variables and configuration related stuff
└───jobs # Jobs definitions for agenda.js
└───loaders # Split the startup process into modules
└───models # Database models
└───services # All the business logic is here
└───subscribers # Event handlers for async task
└───types # Type declaration fi