npm install --save
.env.example
file at the same location and save as .env
cp .env.example .env
npm start
npm run lint
npm run fix
mongoimport -d <database_name> -c shows seeds/shows.json
mongoimport -d <database_name> -c episodes seeds/episodes.json
Check out docs for more information!
Contributing Guide coming soon!
Issues are managed via GitHub Issues.
This project is licensed under the Apache License. See the LICENSE file for details.