This is a simple web application built with Fiber - a web framework for Go, along with Air for live reloading during development.
Before running this application, make sure you have the following installed:
- Go (v1.16 or higher)
- Air
-
Clone this repository:
git clone https://github.com/nebnhoj/strand.git
-
Navigate into the project directory:
cd strand
-
Install dependencies:
go mod tidy
-
Create .env from .env.example:
cp .env.example .env
-
Start the application with Air:
air