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

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

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
```