Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 273 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 273 Bytes

Run This Project

docker-compose up

Run with go run

go run server.go but no has live reload

API for testing in TDD

Environment variables

DBHOST
DBUSER
DBPASSWORD
DBNAME
DBPORT

Routes

POST in "/users" { "name" : "Exemplo" }