Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterkrauz/go-rest-api-playground
https://github.com/peterkrauz/go-rest-api-playground
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterkrauz/go-rest-api-playground
- Owner: peterkrauz
- Created: 2021-03-04T14:58:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T20:21:47.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:39:34.117Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Rest Api Playground
This is but a first interaction with Golang and some of its libraries.### How to Run
```
docker-compose up --build
```
Will start the backend and database containers.### Environment file
Should look something like this for the database connection
```
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
```