Skip to content

Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️

Notifications You must be signed in to change notification settings

fachryansyah/fotongo

Repository files navigation

FotonGo ☕️⚡️

Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️

Features

  • Clean Architecture
  • Auto Generate Unit Testing Report
  • Auto Generate Swagger Docs
  • Auto Gen Depedency Injection with Google Wire
  • Schema First Data Model with Prisma
  • Versioning system for Database Migration with Bytebase
  • Seperate route and handler
  • Seperate Env config
  • Database connection with best practice (conn pool)
  • Custom sample middleware
  • JWT Integration & sample

Installation

  1. Clone repositories
$ git clone
  1. Copy sample env
$ cp .env.example .env
  1. Run in your local machine (Unix / Linux / Windows)
$ make run-local

Commands

otw

See more

star & watch for get the latest update
read more: https://gofiber.io/