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