https://github.com/alusp/budget-app
An expense Tracker is the easiest and most user-friendly Personal Finance App. And best of all, it allows you to create user, group, transaction, and total amount of money spent by each user and by each group.
https://github.com/alusp/budget-app
Last synced: over 1 year ago
JSON representation
An expense Tracker is the easiest and most user-friendly Personal Finance App. And best of all, it allows you to create user, group, transaction, and total amount of money spent by each user and by each group.
- Host: GitHub
- URL: https://github.com/alusp/budget-app
- Owner: Alusp
- Created: 2022-12-19T15:58:55.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-22T10:55:26.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:19:43.561Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> An expense Tracker is the easiest and most user friendly Personal Finance App. And best of all, it allows you to create user, group, transaction and total amount of money spent by each user and by each group. it's free! The simple fact is, by tracking all your expenses.
> The following tech stack was used:
Client
Server
Database
> The following are the key feature:
- **[Create Categories]**
- **[Create transactions]**
- **[Create User]**
>Demonstration of project.
- [here](https://www.loom.com/share/46f73bd7b34749ddbe4ce84357a37661)
> Below illustrate how to use the project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Rails: -v: 7.0.4
```sh
gem install rails
```
Ruby: -v: 3.1.2
NPM: -v: 8.19.2
```sh
run nmp -v
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Alusp/budget-app.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
### Deployment
>Deployment project.
- [Soon](https://budget-app-e823.onrender.com/)
👤 **Alusine Jalloh**
- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Credit to Original Design idea by `Gregoire Vella on Behance`.
This project is [MIT](./MIT.md) licensed.