Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 689 Bytes

Go Fiber API

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.

Installation

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

Usage

  1. Navigate to the project direcotry:
cd <your-repo>
  1. Install the project dependencies:
go mode download
  1. Build and run the application:
go run main.go