Gin is a web framework for the Go programming language that makes it easy for us to create web services such as APIs. We will also be using Gorm as its database system.
By using Gin and Gorm together, you can build web applications quickly and easily, as well as make database connections more efficient and effective.
PlanetScale is a cloud-native database platform designed for modern applications. It is a relational database that is built on top of Vitess, an open-source sharding and scaling system for MySQL. I'm also using PlanetScale as my database in this Project.
I'm using Railway to deploy this project Rest API, and I'm using PlanetScale as a Database MySql.
- Link to test API : https://gorestpi.up.railway.app/api/pasien
- Sign Up : Register Railway
- GitHub : Fork Code Here
- Documentation : Here
- Gin ( github.com/gin-gonic/gin )
- Gorm ( gorm.io/gorm )
- MySQL Cloud (PlanetScale) as a Database
- Postman
You can also check the documentation first, here : Documentation Postman