Categorygithub.com/AnushaPalle/golang-todo-app
repositorypackage
0.0.0-20231105130532-1ac26b0e9fde
Repository: https://github.com/anushapalle/golang-todo-app.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

golang-todo-app

docker run --name postgres12 -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=secret -d postgres:12-alpine

docker exec -it todopostgres12 psql -U root

docker logs postgres12

golang-migrate