Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 425 Bytes

note.md

File metadata and controls

16 lines (13 loc) · 425 Bytes

Note for the test from Jubo

Requirements

  • Build up a server for manipulating the todolist in Golang.

Tech Stack

  • Web Framework: gin(Golang)
  • Database: PostgreSQL
  • Deployment: Docker

Development

  • go mod init
  • go get -u github.com/gin-gonic/gin
  • go get github.com/lib/pq

Bug fixed