Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.01 KB

Prolifiko

The web application Prolifiko

Build Status Code Climate Test Coverage Codecrystal

Stages of work

  • 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

Running the app and testing

Make sure you run a mongo server : mongod --dbpath=./data --port 27017.

You can then run with npm start and run with npm test.