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

https://github.com/octavioduarte/simple-api-with-go

A simple API with Go
https://github.com/octavioduarte/simple-api-with-go

Last synced: about 1 year ago
JSON representation

A simple API with Go

Awesome Lists containing this project

README

          

## Simple API with Go and Postgres

> To up local instance of Postgres inside a docker container
~~~bash
docker-compose up -d
~~~

> To register a new user on DB
~~~bash
go run framework/cmd/server.go
~~~