Skip to content

Project Golang builds REST API πŸ”₯ with Gin, Gorm & MySQL (PlanetScale) 🌏

Notifications You must be signed in to change notification settings

zoelabbb/go-restpi-gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Golang Simple Project Make Rest API Using Gin,Gorm & MySQL

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.

Requirement :

  • Gin ( github.com/gin-gonic/gin )
  • Gorm ( gorm.io/gorm )
  • MySQL Cloud (PlanetScale) as a Database
  • Postman

What's the features ?

You can also check the documentation first, here : Documentation Postman