Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 211 Bytes

TODO API

Install

git clone https://github.com/EmreKb/todo-api && cd todo-api

Run with Docker

docker-compose up -d

Build & Run with go

go build -o bin/main cmd/http/main.go && ./bin/main