Get Go-migrate (for database migrations management)
mkdir -p ./bin/migrate
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.15.1/migrate.linux-amd64.tar.gz | tar -xvz -C ./bin/migrate
chmod u+x ./bin/migrate/migrate
Task | Priority | Level |
---|---|---|
Integrate with frontend | high | medium |
Authentication / Login API | high | medium |
Authorization | high | medium |
Feedback API | low | easy |
Notification mechanism | medium | hard |
Deploy / ci-cd | medium | medium |
Views, comments, rate count | low | hard |
Log | low | medium |
Monitoring | low | hard |
- API design/docs
- Still need to update and improve
- Database
- Improving
- Missing views & foreign key constraint
- Core API implement