vanshkapoor / NodeJS-API-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS-API-architecture

This repo is a boiler plate for a production ready NODEJS APIs.

CODE Structure:

  • Model
  • Controller
  • Schema

These 3 are the main walls of the code(a MVC arch.)


Model : predfined functions to handle DB QUERIES
Controller : Your apis come here
Schema : DB schema is defined here

Contributors are welcome :)

About


Languages

Language:JavaScript 100.0%