Skip to content

andriimwks/go-fiber-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fiber-template

Installation

Download dependencies:

go mod download

Create .env file:

SQLITE_PATH=FILE_PATH
JWT_SIGNING_KEY=YOUR_KEY

Run app using fresh:

go install github.com/zzwx/fresh@latest
fresh

... or with go run command:

go run ./cmd

TODOs

  • Documentation
  • Validate forms
  • Profile view and settings

About

Simple fiber app template with JWT auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published