https://github.com/thefloatingstring/montreal-community-geodata
https://github.com/thefloatingstring/montreal-community-geodata
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thefloatingstring/montreal-community-geodata
- Owner: TheFloatingString
- Created: 2022-08-26T10:03:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T02:36:38.000Z (over 2 years ago)
- Last Synced: 2025-01-13T08:12:45.199Z (4 months ago)
- Language: JavaScript
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Montreal-Community-Geodata

### Installation
```
npm install
```### Environment Variables
```
set NODE_TLS_REJECT_UNAUTHORIZED=0
set USER=
set HOST=
set PASSWORD=
set POSTGRES_PORT=
set SSL=
```### Clear Database
```
npm clearDatabase
```### Populate Postgres Database
With data from:
* Anagraph
* Montréal Données```
node services/dbHelper.js
```### To Run
```
npm start
```Go to localhost port 8080
Try `http://localhost:8080`