Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.37 KB

File metadata and controls

19 lines (16 loc) · 1.37 KB

To Run

npm i
npm run dev
module description
loaders loads dependencies for the server and sets up express
controllers Interacts with the router responses and the different services
module Contains specific services/modules that deals with the databases or email services. These are the main data sources or api executors
config configuration keys
models Contains the database models.
views contains the views/html for ejs
routes Combines all routers for express