Skip to content

nebnhoj/strand

Repository files navigation

Strand Fiber Go Boilerplate

Introduction

This is a simple web application built with Fiber - a web framework for Go, along with Air for live reloading during development.

Prerequisites

Before running this application, make sure you have the following installed:

  • Go (v1.16 or higher)
  • Air

Getting Started

  1. Clone this repository:

    git clone https://github.com/nebnhoj/strand.git
    
  2. Navigate into the project directory:

    cd strand
  3. Install dependencies:

    go mod tidy
  4. Create .env from .env.example:

    cp .env.example .env
  5. Start the application with Air:

    air 

About

Fiber Go Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published