To experience this application:
-
To setup service:
- Install mongodb locally
- cd to service directory and
npm install. - Run
npm run devfrom the terminal.
-
To set up client application:
- cd to client directory
- run
npm installandgrunt.
Open up http://localhost:8000 in browser.