An open API service indexing awesome lists of open source software.

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++ 🏦

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)