Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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