- Programing lang - GO version 1.19.2
- Database - Postgres
- ORM - GORM
- Copy to .env .env.example and set proper values
- Run
go get .to fetch all libs - Run
go run . migrateto migrate database - Run
go run . serverto run server.
- User registration
- User authentication
- Task CRUD endpoints
- Task move state endpoint