Skip to content

baza04/todoApp

Repository files navigation

todoApp on Golang

Run app

make run

Run Postgres Docker container

make run-postgres

Run Postgres Docker CLI

docker ps
docker exec -it <container_id> /bin/bash
psql -U postgres

Postgres migrations

make migrate-up
make migrate-down

About

Simple BackEnd for creating and managing TODO lists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published