Skip to content
/ stone Public

A bank transaction challenge with accounts, transactions and authentication.

Notifications You must be signed in to change notification settings

jichall/stone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The challenge

The objetive of this challenge is to create an API that transfers money from one account to the other in a digital bank.

Build & Usage

To use the API defined in this service you can either use docker or build it yourself using a local golang toolchain. When using docker you can build the image using the following command:

docker build -t stone .

To run/stop the service you can use the following commands:

docker run -d --network=host stone docker stop <container-pid>

For simplicity there's a Makefile in the root of the project that can be used to start the service.

About

A bank transaction challenge with accounts, transactions and authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published