This project is a website where people can review restaurants in Sheffield. It is built as a mobile-first progressive web app using NodeJS, express and service workers.
- Install
Node - Install
npm - Install
MongoDB MongoDBinstance running on'mongodb://localhost/mydb'- You should seed the database by modifying and then running the scripts in
models/seeding/by runningnode models/seeding/script_name.js
npm installnode app.js- Go to
http://localhost:3000/
