This project consists of a simple API developed in GoLang, using the Fiber framework for building routes and middlewares. It is ideal for studying and developing lightweight and fast APIs in Go
To run this project, you will need the following tools installed:
- Clone the project repository
git clone https://github.com/rdrigos/go-api.git
- Navigate to the folder and in the root of the project, run the command to install the dependencies
go mod tidy
- Run the project
go run main.go