Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 806 Bytes

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