Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 461 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 461 Bytes

DevCamper API (Done by Swastik Thapaliya)

Backend API for the Devcamper application from Node.js API Masterclass with Express & Mongodb(an Udemy course by Brad Traversy)

Usage

Rename "config/config.env.env" to "config/config.env" and update the values/settings to our own configurations

Install dependencies

npm install

Run app

#Run in dev mode
npm run dev

#Run in production mode
npm start
  • Version: 1.0.0
  • License: MIT