Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 470 Bytes

be-dapoint

Repository for dapoint app API

How to use

  1. clone this repo
  2. run go mod verify
  3. run go mod tidy
  4. rename file config.toml.example to config.toml in folder /config
  5. fill username, password, name (database name) in config.toml
  6. move to /app folder in terminal
  7. run go run main.go

Reference

This repository using clean architecture known as hexagonal architecture

Credits:
https://github.com/hudabikhoir/poseidon.git