LuanEdCosta / BaseAPI

Base API structure in NodeJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📘 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

About

Base API structure in NodeJs


Languages

Language:JavaScript 95.9%Language:Shell 4.1%