This repository contains a simple API built using Go and the Fiber framework. It serves as a starting point for building RESTful APIs using Fiber in the Go programming language.
To use this project, you need to have Go installed on your machine. You can download and install Go from the official Go website.
Once Go is installed, clone this repository to your local machine:
git clone https://github.com/biskitsx/GoAPI-WebApp.git
- Navigate to the project direcotry:
cd <your-repo>
- Install the project dependencies:
go mode download
- Build and run the application:
go run main.go