Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 595 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 595 Bytes

AA Meetings Map

For more information on this project, checkout data-structures.rijks.website.

Installation & Usage

You'll need to have a running Postgresql database with the data from my weekly assignments. See rijkvanzanten/data-structures-weekly-assignments.

  1. Clone this repo
  2. Install the node modules by running npm install
  3. Create a .env file in the root of this folder (see example-env.txt)
  4. Run the server by running npm start