smithaitufe / go-todo

Sample todo project using Golang, Postgres, Gorm, Docker and docker-compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo

A sample project to illustrate my understanding of Clean Code Architecture.

Stack

This project is a simple todo backend app, implemented using Golang, GORM, Postgres, Docker, docker-compose and GraphQL.

It is my intention to keep updating this repository with more features.

Usage

Simply clone to your local machine. Then cd to the directory containing the project. Open your terminal and run the command chmod +x ./start.sh && ./start

About

Sample todo project using Golang, Postgres, Gorm, Docker and docker-compose.


Languages

Language:Go 98.1%Language:Dockerfile 1.4%Language:Shell 0.6%