Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`