Skip to content

Реализует простые банковские операции как: пополнение, перевод средств и обмен валют.

Notifications You must be signed in to change notification settings

mentalko/go_api_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance API server

Реализует простые банковские операции как: пополнение, перевод средств и обмен валют.\

Implements simple banking operations such as: replenishment, transfer of funds and currency exchange.\

Features

  • registration by phone number
  • show balance
  • top up your account
  • transferring money to another user by his login
  • exchange money from dollars to rubles and vice versa

TODO:

  • add swagger

How to use

  1. Run docker-compose
docker-compose up --build 

Avalable endpoints:

GET,POST http://localhost/accounts

GET http://localhost/accounts/{id}

GET, POST http://localhost/transactions

GET http://localhost/topup

GET http://localhost/exchange

About

Реализует простые банковские операции как: пополнение, перевод средств и обмен валют.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published