Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorcarvalho67/api-go
Go-based API for efficient server-side CRUD operations, featuring REST architecture, MySQL database integration, and GORM ORM handling
https://github.com/vitorcarvalho67/api-go
api-rest crud golang gorm mysql-database server-side
Last synced: about 2 months ago
JSON representation
Go-based API for efficient server-side CRUD operations, featuring REST architecture, MySQL database integration, and GORM ORM handling
- Host: GitHub
- URL: https://github.com/vitorcarvalho67/api-go
- Owner: VitorCarvalho67
- License: mit
- Created: 2023-10-19T02:10:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T13:35:02.000Z (about 1 year ago)
- Last Synced: 2024-05-11T05:45:44.917Z (9 months ago)
- Topics: api-rest, crud, golang, gorm, mysql-database, server-side
- Language: Go
- Homepage:
- Size: 19.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:```bash
git clone https://github.com/VitorCarvalho67/API-GO.git
cd API-GO
go run main.go