Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fachryansyah/fotongo

Simple boilerplate for building Backend services like ExpressJS with GOFIBER ⚡️
https://github.com/fachryansyah/fotongo

backend boilerplate expressjs fibergo golang hackroberfest-2022 hacktoberfest hacktoberfest2022 service-layer

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

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

## Installation
1. Clone repositories
```
$ git clone
```
2. Copy sample env
```
$ cp .env.example .env
```
3. 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/