Skip to content
/ go-backend-template Public template

A simple template for Go based backend application

Notifications You must be signed in to change notification settings

bagasjs/go-backend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Template for Backend Application.

I don't know if this what everyone called as clean code but I like this architecture.

STACKS

  • GoFiber: github.com/gofiber/fiber/v2
  • SQLite: github.com/mattn/go-sqlite3
  • Cobra: github.com/spf13/cobra
  • JWT: github.com/golang-jwt/jwt/v5

Implemented

  • User API
  • Simple query builder
  • Simple authentication based on JWT

About

A simple template for Go based backend application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published