Seek assignment (server)
Make sure NPM or Yarn is installed on your machine before running anything
yarn
npm install
In the project directory, you can run:
The project assumes that you are trying to run it in *nix operating system.
yarn start-local-server
Or if you use NPM you can:
npm run start-local-server
The project contains Travis build as well has Heroku Deployment Details could be found in
.travis.yml
AND
Procfile
It would require port 9000 from your end, as well as it will come seeded with the assignment data
http://baseurl/docs/index.html
In my case the baseurl was localhost:9000
Following are the user details to access server api endpoints which requires administration access
username: admin
password: admin