devCamper API
Backend API for the DevCamper application to manage bootcamps, courses, reviews, users and authentication.
AUTHORIZATIONBearer Token
Token
Bootcamps
Bootcamps CRUD functionality
AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectiondevCamper API
GETGet all bootcamps
localhost:3000/bootcamps?limit=2&page=1
Fetch all bootcamps from database. Includes pagination, filtering.. etc
PARAMS
limit
page
Example Request
Get all bootcamps
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTCreate new bootcamp
localhost:3000/bootcamps
Make new bootcamp
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectiondevCamper API
Bodyraw (json)
Example Request
Create new bootcamp
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
PATCHUpdate a bootcamp
localhost:3000/bootcamps/5ec8e4a17ba0382910e3af19
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectiondevCamper API
Bodyraw (json)
Example Request
Update a bootcamp
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers