/go-starter

Go starter project with Fiber

Primary LanguageGo

🏗️ Golang Fiber starter

Usages

Environment Variables

To run this project, you will need to add the following environment variables to your .env file from .env.example

Installation

  1. Clone repo to your project folder
  2. Rename module in go.mod
  3. Rename all github.com/usename-Poezd/go-starter in go file to your module name

Migrate and run by:

    make migrate
    make run

Authors