Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datasektionen/dbuggen2
https://github.com/datasektionen/dbuggen2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datasektionen/dbuggen2
- Owner: datasektionen
- License: mit
- Created: 2023-09-29T14:37:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:25:45.000Z (7 months ago)
- Last Synced: 2024-06-12T01:57:30.502Z (7 months ago)
- Language: Go
- Size: 708 KB
- Stars: 1
- Watchers: 21
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).