/devCamper-api

Backend API for a Bootcamp directory website to manage boot camps, courses, reviews, users and authentication

Primary LanguageJavaScript

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