Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

codemicro/abigit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fiber-sql

A project template for a web application based on the Fiber web framework. This incorporates:

  • Error handling with github.com/rs/zerlog and github.com/pkg/errors
  • Database migrations (requires Go v1.18 or newer)
  • Tools to load YAML-based configurations

To use this template:

  • Add a LICENSE
  • Update the package name in go.mod and in the imports within the application
  • Rename the application directory to your application's name
  • Define your database DSN and driver
  • Write some code and make an app, I guess?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published