Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masb0ymas/gofi
Gofi Gofi Guber ( Golang Fiber ) with Sqlx
https://github.com/masb0ymas/gofi
gofiber golang repository-pattern sqlx
Last synced: 11 days ago
JSON representation
Gofi Gofi Guber ( Golang Fiber ) with Sqlx
- Host: GitHub
- URL: https://github.com/masb0ymas/gofi
- Owner: masb0ymas
- License: mit
- Created: 2023-04-23T03:39:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:44:51.000Z (4 months ago)
- Last Synced: 2024-08-28T14:33:25.805Z (4 months ago)
- Topics: gofiber, golang, repository-pattern, sqlx
- Language: Go
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## GoFi ( Golang Fiber with Sqlx )
### Features
- Golang
- Fiber
- Sqlx
- Air ( live reload )### Step to running
- Clone this repository
- Duplicate `.env.example` to `.env`
- Adjust `.env` to your database config
- Run migration with command `make migration-up`
- Run with command `make dev`