Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpfromer/todolist-backend


https://github.com/kpfromer/todolist-backend

Last synced: 20 days ago
JSON representation

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