Repository for dapoint app API
- clone this repo
- run
go mod verify
- run
go mod tidy
- rename file
config.toml.example
toconfig.toml
in folder/config
- fill username, password, name (database name) in
config.toml
- move to
/app
folder in terminal - run
go run main.go
This repository using clean architecture known as hexagonal architecture
Credits:
https://github.com/hudabikhoir/poseidon.git