https://github.com/audunhalland/denogis
A toy app exploring PostGIS and Deno
https://github.com/audunhalland/denogis
deno postgis
Last synced: about 2 months ago
JSON representation
A toy app exploring PostGIS and Deno
- Host: GitHub
- URL: https://github.com/audunhalland/denogis
- Owner: audunhalland
- Created: 2020-05-25T22:57:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T03:46:55.000Z (about 6 years ago)
- Last Synced: 2025-02-12T12:52:35.327Z (over 1 year ago)
- Topics: deno, postgis
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# denogis
A toy app exploring PostGIS and Deno
### Bring up the test database:
```
$ docker-compose up
```
### Run the application
```
$ deno run --unstable --allow-net=localhost:6543 --allow-read=./kommuner.json src/index.ts
```