A RESTful API that manage a bootcamp resources bootcamps, courses, reviews, users and authentications
This API was developed with guidance from Brad Traversy's Node.js API Masterclass course.
First change the file in config/ folder from config.env.env
to config.env
and fill the empty variables
npm install
# Run in dev mode
npm run dev
# Run in prod mode
npm run start