Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 682 Bytes

File metadata and controls

32 lines (21 loc) · 682 Bytes

DevCamper API

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

⚠️ This project is not currently deployed due to production configuration issues. The codebase is complete and demonstrates API design, structure and configuration patterns.

Usage

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

Install Dependencies

npm install

Run App

# Run in dev mode
npm run dev

#Run in prod mode
npm start
image
  • Version: 1.0.0

  • License: MIT