- Clone this repo
git clone git@github.com:Witaly3/golang-rest.git
- Enter repo folder
sudo docker-compose up -d
- API:
GET /api/
GET /api/todos
POST /api/todo
GET /api/todo/:todoId
PUT /api/todo/:todoId
DELETE /api/todo/:todoId
sudo docker-compose down