# README
Go-Gorila-Mux-My-SQL
Go-gorilla-mux-my-sql-docker-compose
start my-sql service in docker
docker-compose up
stop my-sql service in docker
docker-compose down
sample url
http://localhost:8080/user
sample body
{
"name": "Test Name",
"email": "[email protected]"
}