Skip to content

youngifif/strand

This branch is 1 commit behind nebnhoj/strand:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jb
May 23, 2024
cfe2a6f · May 23, 2024

History

11 Commits
May 21, 2024
May 23, 2024
May 21, 2024
May 21, 2024
May 21, 2024
May 23, 2024
May 9, 2024
May 13, 2024
May 10, 2024
May 21, 2024
May 15, 2024
May 21, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 21, 2024

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

Languages

  • Go 97.2%
  • Dockerfile 2.8%