Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 691 Bytes

readme.md

File metadata and controls

42 lines (28 loc) · 691 Bytes


Extensive REST API for BootCamper application; a bootcamp directory website.


Usage

Update Environment Variables

Fill in environment variables in 'config/cnfg.env' according to your own.

Install Dependencies

npm install

Run App

# Run in development mode
npm run dev

# Run in production mode
npm start

Documentation

You can find the api documentation here. Currently, the api is rate limited at : 200 requests per 10 minutes.


  • Version: 1.0
  • License: MIT