This is a trial app for Castiko's coding test.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node v 6.x
A step by step series of examples that tell you have to get a development env running
clone the project repository
git clone https://github.com/rohitb1vs10/CastikoTest.git
Go into the folder. and then go into server. then run
node index.js
Open another terminal, and run
sudo npm install simplehttpserver -g
Go into the project folder -> client folder and run
simplehttpserver
This is using a cloud hosted mongo instance, so you dont need mongo locally.
Then open a browser window to localhost:8000