Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

pmontp19/secure-routing-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secure-routing-api

  • 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published