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

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

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`