/devcamper-api

Production ready Node API made with Express and MongoDB for devCamper project

Primary LanguageHTML

DevCamper API

Backend API for DevCamper application, which is a bootcamp directory website

Usage

Rename config/config.env.env to config/config.env and update the values/settings to your own.

Install Dependencies

npm install

How to run?

To run server in development mode

npm run dev

To run server in Production mode

npm start
  • Version: 1.0.0
  • License: MIT