Skip to content

rijkvanzanten/ds-fa-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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