Skip to content

AgroDevUz/agro_monitoring_back

Repository files navigation

[ 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