Skip to content

KenMwaura1/go-todo-api

Repository files navigation

go-todo-api

Docker Image CI

A REST api in Go utilizing Fiber, Postgres and docker as a dev tool.

Allows user to create and retrive todos

Installation

Ensure you have the following installed:

Usage

To run the api:

docker-compose up

Endpoints

You can use the swagger file to check and test the endpoints we just created for this app. To test the endpoints, I recommend you to download an HTTP client like Insomnia.

Contribute

Please feel free to contribute!