Skip to content

An example project for go and fiber practice

Notifications You must be signed in to change notification settings

EmreKb/todo-api

Repository files navigation

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