https://github.com/masb0ymas/timesheet-api
Rest API Timesheet with Go
https://github.com/masb0ymas/timesheet-api
Last synced: 2 months ago
JSON representation
Rest API Timesheet with Go
- Host: GitHub
- URL: https://github.com/masb0ymas/timesheet-api
- Owner: masb0ymas
- License: mit
- Created: 2024-09-24T13:53:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T14:03:57.000Z (8 months ago)
- Last Synced: 2025-03-27T14:09:19.816Z (2 months ago)
- Language: Go
- Size: 3.46 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`