For more information on this project, checkout data-structures.rijks.website.
You'll need to have a running Postgresql database with the data from my weekly assignments. See rijkvanzanten/data-structures-weekly-assignments.
- Clone this repo
- Install the node modules by running
npm install
- Create a
.env
file in the root of this folder (see example-env.txt) - Run the server by running
npm start