https://github.com/thepatrickniyo/banking-service-challenge
Building a banking service out of c++ 🏦
https://github.com/thepatrickniyo/banking-service-challenge
cpp
Last synced: about 1 month ago
JSON representation
Building a banking service out of c++ 🏦
- Host: GitHub
- URL: https://github.com/thepatrickniyo/banking-service-challenge
- Owner: thepatrickniyo
- Created: 2022-06-23T21:25:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T18:09:02.000Z (almost 4 years ago)
- Last Synced: 2026-02-08T19:54:53.218Z (5 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Banking App Challenge
The academic challenge to build a cpp banking service.
## Running the service
```sh
$ g++ src/index.cpp
```
The shell script create executable file after compiling the app.
The executable file for mac-os is `a.out`. Then you need to run the executable file.
```
$ ./a.out
## macOs executable file
```
## Maintainer
[patrickniyo.com](https://patrickniyo.com)