Skip to content

A repository featuring a Go-Fiber-based web framework for building fast and efficient APIs, integrated with MySQL for database management.

Notifications You must be signed in to change notification settings

yamahdico/Go-fiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Each Folder in VS Code

To execute each folder in VS Code, follow these steps:

Navigate to the desired folder in the terminal:

cd nameFolder

For example:

cd Fiber1

Run the following command to tidy up the dependencies:

go mod tidy

Before starting, make sure to install Fiber by running:

go get github.com/gofiber/fiber/v2

About

A repository featuring a Go-Fiber-based web framework for building fast and efficient APIs, integrated with MySQL for database management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages