Simple Todo Api (using chi and sqlx)
- Go >= 1.11.x
- PostgreSQL
- How to install packages
go mod tidy
- Create your .env file
DB_HOST=127.0.0.1
DB_PORT=9200
DB_NAME=Legendary
DB_USER=TheSpecial
DB_PASS=EverythingIsAwesome
- How to run the program
go run ./cmd
Contributors names and contact info
ex. Sadi Hakan
ex. @HakanKosanoglu
This project is licensed under the sadihakan License - see the LICENSE.md file for details