This is the CS59 project repo.
##Instructions:
-
Clone or download our project
-
Running back end first:
- cd into backend folder
- Follow the installation instructions for stack to get stack. http://docs.haskellstack.org/en/stable/install_and_upgrade/
- Run
stack setup
andstack build
inside thebackend
direcotry of the project - Run the project using
stack exec cs59project
- Run the project using
stack exec cs59project
- Test the backend using POSTMAN (a very handy Chrome plug-in) or command
curl
in terminal
- Running front end:
- cd into frontend folder
- make sure node is installed with node packge manager, then run
npm install
- run
npm start