Technology Used :
- Golang
- PostgreSQL
Installed Module
- labstack/echo/v4
- sirupsen/logrus
- spf13/viper
- gorm.io/driver/postgres
- gorm.io/gorm
- go-ozzo/ozzo-validation
make sure you already configure your database
clone this repository
git clone https://github.com/HaradaKumiko/rakamin-self-payroll.git
Open this project on your terminal
cd rakamin-self-payroll
run this command to install all packages
go mod download
run this command to run your project
go run main.go
Coming Soon