- Controllers — here you should store all your API endpoints
- Models — for storing the data models
- API — here the interaction of your data with your API endpoint is stored
- Utils — here the entire supporting code of the app is stored (email sending, PDFs generation,etc.)
- Middleware — here you can find all Express middleware of the application
- Mongo or db — it contains all the work with your database
- Сonfig or .env — it is better to store all your app’s settings in a separate file (such as js. Json or .env)
This repository was archived by the owner on Dec 10, 2022. It is now read-only.
pmontp19/secure-routing-api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|