Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 503 Bytes

File metadata and controls

15 lines (10 loc) · 503 Bytes

📘 BaseAPI

Simple API structure for projects that use NodeJs.

📁 Folder Structure

  • config: project configurations, constants
  • controllers: methods that run when a front-end make a request to the API
  • models: communication with the database
  • migrations: where the database structure are created and versionated
  • helpers: functions used everywhere of the project

👨 Author

Luan Eduardo da Costa | Follow me on Linkedin