Skip to content

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

Notifications You must be signed in to change notification settings

rdrigos/go-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages