An internal RESTful API developed using the Go-Fiber framework, designed to deliver exceptional speed, seamless integration, and reliable scalability.
git clone https://github.com/wearevero/fiber.git
cd fiber
First, make sure all Go dependencies are up to date:
go mod tidy
Air is used for automatic reloading during development. Install it using the following command:
go install github.com/cosmtrek/air@latest
Once everything is set up, you can run the project using Air:
air
This will start the server, and it will automatically restart whenever there are changes to the source code, making development faster and more efficient.