Skip to content

usename-Poezd/go-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏗️ 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