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
- Host: GitHub
- URL: https://github.com/rijkvanzanten/ds-fa-1
- Owner: rijkvanzanten
- Created: 2018-11-26T16:56:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T13:21:16.000Z (over 7 years ago)
- Last Synced: 2025-05-31T15:34:10.701Z (about 1 year ago)
- Topics: assignment, data, final, map, now, parsons, structures, thenewschool
- Language: JavaScript
- Homepage: https://rijk-ds-fa-1.now.sh
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`