zardan4 / todo-app-gin

Backend todo-app using GO and Gin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App | Rest API

To start:

  • Run postgres DB

  • Write your data in configs/config.yml

  • Create .env. DB_PASSWORD=<YOUR_PASSWORD_HERE>

  • Generate tables. migrate -path ./schema -database <DB_LINE> up

  • Run server go run cmd/main.go and enjoy you endpoints :)

About

Backend todo-app using GO and Gin


Languages

Language:Go 100.0%