An open API service indexing awesome lists of open source software.

https://github.com/rijkvanzanten/ds-fa-1

The first final assignment for the data structures class
https://github.com/rijkvanzanten/ds-fa-1

assignment data final map now parsons structures thenewschool

Last synced: 9 months ago
JSON representation

The first final assignment for the data structures class

Awesome Lists containing this project

README

          

# AA Meetings Map

For more information on this project, checkout [data-structures.rijks.website](https://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](https://github.com/rijkvanzanten/data-structures-weekly-assignments/tree/master/assignment-7)_.

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