Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 770 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 770 Bytes

Api with GoLang (Studies)

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

Prerequisites

To run this project, you will need the following tools installed:

Libraries used

Setup Instructions

  1. Clone the project repository
git clone https://github.com/rdrigos/go-api.git
  1. Navigate to the folder and in the root of the project, run the command to install the dependencies
go mod tidy
  1. Run the project
go run main.go