Backend API for DevCamper application, which is a bootcamp directory website
Open the "index.html" file in the public folder via live server- by doing so you can have a preview of all the routes used in this application and use as such. eg: api/v1/bootcamps, api/v1/users
npm install
# Run in dev mode
npm run dev
# Run in prod mode
npm start
To seed the database with users, bootcamps, courses and reviews with data from the "_data" folder, run
node seeder -d
node seeder -i
- Version: 1.0.0
- License: MIT
Here is an expected gif of the preview of routes of the index.html