-
- Files in this directory should be the only place that interacts directly with the database ( think if we want to change the database altogether, we should only change the implementations in this directory ).
-
- All business logic should be contained in this directory. The only place from which we can access the dbHandlers.
-
- the main directory having all the modules of the app.
- each module should consist of 3 main files, mainly the
routes.js
,controller.js
andindex.js
which exposes the routes file. create others if necessary ( utils/helpers ). - modules should not interact with the dbHandlers directly, all business logic should reside in the services
modules/shared/services
directory.
-
- Third party dependencies ( queuing, websockets, storage ) abstractions
-
Notifications
You must be signed in to change notification settings - Fork 1
License
project-anuvaad/COMET-api-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published