Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alwayslearningpls/go-dogstore
dog store written in go using postgresql as db and microservices oriented
https://github.com/alwayslearningpls/go-dogstore
docker docker-compose dog go postgresql
Last synced: 16 days ago
JSON representation
dog store written in go using postgresql as db and microservices oriented
- Host: GitHub
- URL: https://github.com/alwayslearningpls/go-dogstore
- Owner: alwayslearningPLs
- Created: 2022-09-14T07:47:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T03:27:32.000Z (over 2 years ago)
- Last Synced: 2024-11-06T15:50:12.427Z (2 months ago)
- Topics: docker, docker-compose, dog, go, postgresql
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a REST API
Just a simple rest example in Go with PostgreSQL to test some stuff
## Installation
You need to have installed [docker](https://docs.docker.com/engine/install/ubuntu/) and [docker-compose](https://docs.docker.com/engine/install/ubuntu/).
`docker-compose up --build`
## DB schema
![schema image](./schema.png)
## Swagger 3.0
[Swagger schema](./swagger.yml)
## Uninstall
`docker-compose down --volumes`