Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 525 Bytes

File metadata and controls

23 lines (12 loc) · 525 Bytes

[ Express + Mongo + Node ] back-end boilerplate

Installation

  • Fork / download the github repository
  • Install node modules npm install
  • Set up env variables in .env.sample
  • Rename the .env.sample file to .env
  • Set up the models in /models
  • Set up the controllers in /controllers
  • Update routes in server.js
  • Run the project npn run build