Written in Go for Reduces Latency.
Things Supported:
- CRUD Operation
- JWT Based Authentication
- JSON Validation
- Paginated Response
- SQLC For modules generation
- Goose for Database Migration
- Air Integration to Test in Dev ENV
- Swagger Integration
http://localhost:8000/swagger/index.html
go install github.com/air-verse/air@latest
go get github.com/go-chi/jwtauth/v5
go get github.com/go-chi/chi/v5
go get golang.org/x/crypto/bcrypt
go get github.com/joho/godotenvcd sql/schema
goose postgres postgres://<user_id>:<user_password>@localhost:5432/go_my_info upsqlc generatego build ./cmd/main.go && ./mainairgo install github.com/swaggo/swag/cmd/swag@latest
swag init -o './api' -g './cmd/main.go' --parseDependency
swag fmt


