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
here. Currently, the api is rate limited at : 200 requests per 10 minutes.
You can find the api documentation- Version: 1.0
- License: MIT