Which? the simple mobile app for picking one of each pair or photos or text. Get input! See how your judgements match up with those of the crowd!
- Product Owner: Ben
- Scrum Master: Kat
- Development Team Members: Becky, Jason
Clone the repo.
Make sure that you have a mongo database running. Try command mongod.
Start the back end server. From root directory: nodemon server/server.js.
Use ionic to serve the front end. From the root directory:
cd client
ionic serve- Node 4.2.x
- Mongo
From within the root directory:
npm install
npm install -g cordova
npm install -g ionic
npm install ./client
(if node-sass fails because of your node version, try installing it separately: npm install ./client node-sass)
bower install ./clientView the project roadmap at https://waffle.io/HRR-TeamTesla/TeamTesla.
See CONTRIBUTING.md for contribution guidelines.