Backend API for DevCamper application, which is a bootcamp directory website
yarn
# Run in dev mode
yarn dev
# Run in prod mode
yarn start
To seed the database with users, bootcamps, courses and reviews with data from the "_data" folder, run
# to import all data
node seeder -i
# to delete all data
node seeder -d
Replace the sample.env file in the config folder to config.env and replace the values there with your own value