Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datasektionen/dbuggen2


https://github.com/datasektionen/dbuggen2

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# dbuggen2

New dbuggen, even more serious.

## Boring nerd stuff

To run this locally, either run via the Dockerfile which *should* set up everything for you, or run it using Go yourself. You will also need a local postgresql server.

First run
```shell
go mod download
```

and then run
```shell
go run main.go
```

and then find your way to [localhost:8080](http://localhost:8080/).