Skip to content

A minimal microservice hello world with go & fiber framework

Notifications You must be signed in to change notification settings

masoudei/go-fiber-minimal-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Fiber Minimal Microservice

A minimal microservice hello world with go & fiber framework

Build

Just run :

go mod tidy
go mod download

Run

Run this command :

go run main.go

Swagger

Swagger enabled with swaggo module , you can read more about this project at : https://github.com/swaggo/swag

This module works with comments above the functions , and just run this command to generate :

swag init

About

A minimal microservice hello world with go & fiber framework

Topics

Resources

Stars

Watchers

Forks

Languages