Categorygithub.com/mrth1995/go-mockva
repository
0.0.0-20241028053954-e986b393b7a6
Repository: https://github.com/mrth1995/go-mockva.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Simple Golang Demo

Entities:

  • Account
  • AccountBalance
  • AccountTransaction

Features:

  • Create account
  • Get account by ID
  • Delete account by ID
  • Update account
  • Fund transfer

How to run

  • Run docker-compose -f docker-compose-dependencies.yaml up -d
  • Go to localhost:8888 to access PGAdmin
  • Create database with name mockva
  • Create file .env, please refer to .env.example
  • Run project
  • Apidocs can be accessed on /mockva/apidocs