- Build up a server for manipulating the todolist in Golang.
- Web Framework:
gin
(Golang) - Database:
PostgreSQL
- Deployment:
Docker
go mod init
go get -u github.com/gin-gonic/gin
go get github.com/lib/pq
gin
(Golang)PostgreSQL
Docker
go mod init
go get -u github.com/gin-gonic/gin
go get github.com/lib/pq