Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 419 Bytes

readme.md

File metadata and controls

35 lines (22 loc) · 419 Bytes

DevCamper API

Backend API for the 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

Run

npm i

or

npm install

Run Application

# Run in dev mode
npm run devStart

# Run in production mode
npm run start

Version: 1.0.0

License: MIT