📅  最后修改于: 2022-03-11 15:00:43.394000             🧑  作者: Mango
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 files (d.ts) for Typescript