Skip to content

A backend scaffold based on the Gin framework, implemented with Gin, GORM, featuring global logging, JWT, rate limiting, OTP, Swagger, and more.

License

Notifications You must be signed in to change notification settings

yahahaff/rapide

Repository files navigation


Rapide

CI/CD Badge GitHub License GitHub go.mod Go version Sourcegraph codecov Go Reference rcard
👋 Welcome to Rapide!

Rapide is a simple backend project framework developed in Go, with features covering the most popular technology stacks. It's highly suitable for beginners looking to get started with learning.


Install air

Air is a hot-reloading tool for Go. It can monitor changes to files or directories, automatically compile, and restart the program, thereby improving development efficiency. It requires Go version 1.16 or higher.

go install github.com/cosmtrek/air@latest

Run

cd path/to/your/project
go mod tidy
swag init
air

About

A backend scaffold based on the Gin framework, implemented with Gin, GORM, featuring global logging, JWT, rate limiting, OTP, Swagger, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages