The web application Prolifiko
- Interview with client
- Wireframing and user stories
- Assigning difficulty and priority to user stories
- setup (agree on coding standards, git hub and file structure, heroku, databse, badges)
- set up Hapi server
- set up mongoDB
Make sure you run a mongo server : mongod --dbpath=./data --port 27017
.
You can then run with npm start
and run with npm test
.