Skip to content

Go-based API for efficient server-side CRUD operations, featuring REST architecture, MySQL database integration, and GORM ORM handling

License

Notifications You must be signed in to change notification settings

VitorCarvalho67/API-GO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-GO

Description

API-GO is a simple REST API implemented in the Go programming language. It uses the Gin framework for building HTTP web services and the GORM ORM for interacting with a database.

Technologies Used

  • Go (Golang)
  • Gin Framework
  • GORM ORM

Features

  • RESTful API endpoints
  • Data storage and retrieval with GORM
  • Lightweight and efficient

Installation

To run this project locally, make sure you have Go and the necessary dependencies installed. Then, you can clone the repository and run the following commands:

git clone https://github.com/VitorCarvalho67/API-GO.git
cd API-GO
go run main.go

About

Go-based API for efficient server-side CRUD operations, featuring REST architecture, MySQL database integration, and GORM ORM handling

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages