Skip to content
/ todoApp Public

Simple BackEnd for creating and managing TODO lists

Notifications You must be signed in to change notification settings

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