Fiber
An internal RESTful API developed using the Go-Fiber framework, designed to deliver exceptional speed, seamless integration, and reliable scalability.
Development
1. Clone the Repository
git clone https://github.com/wearevero/fiber.git
cd fiber
2. Install Dependencies
First, make sure all Go dependencies are up to date:
go mod tidy
3. Install Air for Hot Reloading
Air is used for automatic reloading during development. Install it using the following command:
go install github.com/cosmtrek/air@latest
4. Run the Project
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.
