This is a simple loan apps built with Golang.
- User can register and login
- User can apply for loan
- User can see the list of loan
- User can see the detail of loan
- User can make payment for loan
- User can see the list of payment
- Golang
- Gorm
- Fiber
- Minio
- MySQL
- Clone this repository
- Create a new file named
.env
and add the following variables:- DB_USER
- DB_PASSWORD
- DB_HOST
- DB_PORT
- DB_NAME
- STORAGE_ACCESS_KEY
- STORAGE_SECRET_KEY
- STORAGE_BUCKET
- Run the command
go run cmd/api/main.go
- Open the browser and go to
localhost:3000