Backend API for DevCamper application, which is a bootcamp directory website
Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own
npm install
npm run dev
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