Skip to content
/ godo Public

A simple todo app with Go, PostgreSQL & Docker

License

Notifications You must be signed in to change notification settings

mrcn04/godo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GODO

A simple todo app with Golang, PostgreSQL & Docker

Getting Started

Executing the program

  • Copy variables from .env.example to .env.

  • How to run the program

With Docker compose

docker-compose up

Or with running Postgresql

go run ./cmd

Or run Postgresql with docker compose

Postgre will init the todos table automatically

docker-compose up db
go run ./cmd

Tests

For running test run this command while db is up and running

go test -v ./test

License

This project is MIT licensed.

About

A simple todo app with Go, PostgreSQL & Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published