Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 423 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 423 Bytes

Devcamper API

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

Usage

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

Install dependencies

npm install

Run app

# Run in the dev mode
npm run dev

# Run in the production
npm start