Repo for Bogazici University SWE 573 - 2019 Fall project
Yarn JS package manager is required. To install Yarn, follow this link.
After cloning the repository, run yarn command on console to install dependencies. Yarn will automatically detect and install required libraries.
After the installation is complete, run yarn test-server command to run the script named test-server. This will launch a test server on localhost.
Wait until you see the message above. Then, you can execute REST methods on port 4000 by default.
