Skip to content

An RPC Server - Client application that simulates the functionality of an ATM.

Notifications You must be signed in to change notification settings

apostolistselios/atm-simulator-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Simulator with RPC

Description

An RPC Server - Client application that simulates the functionality of an ATM. The database uses a boltDB key value store and contains some sample users to test the functionality.

The Client can execute some basic operations. First you have to log in as user1, user2, user3, or user4 when prompted with are some demo users to demostrate the functionality. Then you can choose to Withdraw (W), Deposit (D) from the account or see your balance (B).

Running the Server

In order to run the server you have to be in the ./atm-simulator/server/ directory and execute the following command in your terminal:

go run server.go

Running the Client

In order to run the client you have to be in the ./atm-simulator/client/ directory and execute the following command in your terminal:

go run client.go

About

An RPC Server - Client application that simulates the functionality of an ATM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages