Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 311 Bytes

To experience this application:

  • To setup service:

    1. Install mongodb locally
    2. cd to service directory and npm install.
    3. Run npm run dev from the terminal.
  • To set up client application:

    1. cd to client directory
    2. run npm install and grunt.

Open up http://localhost:8000 in browser.