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

https://github.com/kenttonino/sw-fundsflow

A CLI tool banking system school project.
https://github.com/kenttonino/sw-fundsflow

bash c-language cli cli-app gcc-complier linux makefile snapcraft

Last synced: 9 months ago
JSON representation

A CLI tool banking system school project.

Awesome Lists containing this project

README

          

## $\textnormal{FundsFlow}$

![Screenshot from 2024-07-17 21-09-28](https://github.com/user-attachments/assets/0c6d9e2b-9fa9-419a-8c96-997d819a7787)

> - A simple banking system school project.




## $\textnormal{Local \ Development}$

> - Bash commands to run the CLI tool.

```bash
# Build the executable file.
chmod +x run-build.sh
./run-build.sh

# Running the FundsFlow.
chmod +x run.sh
./run.sh

# Running the FundsFlow with GDB.
chmod +x run-debug.sh
./run-debug.sh
```




## $\textnormal{Installation}$

```sh
# If already installed.
sudo snap refresh fundsflow

# If not yet installed.
sudo snap install fundsflow

# If want to remove.
sudo snap remove fundsflow
```