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.
- Host: GitHub
- URL: https://github.com/kenttonino/sw-fundsflow
- Owner: kentlouisetonino
- License: mit
- Archived: true
- Created: 2024-06-12T09:11:23.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-02T01:22:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T09:44:53.275Z (over 1 year ago)
- Topics: bash, c-language, cli, cli-app, gcc-complier, linux, makefile, snapcraft
- Language: C
- Homepage: https://snapcraft.io/fundsflow
- Size: 157 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## $\textnormal{FundsFlow}$

> - 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
```