https://github.com/felixdev22/biz-app
Bizz App is the ultimate tool for managing your expenses. It allows users to customize categories, easily track their transactions, and view the total cost of all expenses. Additionally, users can add transactions for each category and view the cost of each individual transaction. Built with Ruby.
https://github.com/felixdev22/biz-app
database devise postgresql ruby-on-rails
Last synced: 3 months ago
JSON representation
Bizz App is the ultimate tool for managing your expenses. It allows users to customize categories, easily track their transactions, and view the total cost of all expenses. Additionally, users can add transactions for each category and view the cost of each individual transaction. Built with Ruby.
- Host: GitHub
- URL: https://github.com/felixdev22/biz-app
- Owner: felixDev22
- License: mit
- Created: 2023-05-01T10:46:14.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-21T20:03:31.000Z (about 2 years ago)
- Last Synced: 2025-01-18T23:54:57.304Z (over 1 year ago)
- Topics: database, devise, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://bizz-app.onrender.com
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bizz App
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Bizz App ](#-bizz-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Live Link ](#live-link-)
- [Loom Video ](#loom-video-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
Bizz App is the ultimate tool for managing your expenses and keeping your finances organized. With customizable categories, you can easily track your transactions and view the total cost of all expenses. The intuitive interface allows you to add transactions for each category and view the cost of each individual transaction.
Client
Server
database
The hosted app can be found [here](https://bizz-app.onrender.com/)
The loom video can be found [here](https://www.loom.com/share/136c4e25972f4b1cbad0c7ddbe79db04)
- **Login**
- **Signup**
- **Create category**
- **Create transaction**
To get a local copy up and running, follow these steps:
To get a local copy up and running, follow these steps:
- Create a local directory where you can clone the project
- Clone the project to your directory by running
- `https://github.com/felixDev22/Biz-app.git`
- Run `Bundle install`
- Run `npm install`
- Create a .env file and add values for `POSTGRES_USERNAME and POSTGRES_PASSWORD`
- Run `rails db:create db:migrate`
- Run `rails s`
### Prerequisites
To run the app you need:
- A code editor
- A browser
- Install Nodejs
- Install Ruby
- Install Rails
### Setup
Clone this repository to your desired folder:
- Create a local directory where you can clone the project
- Clone the project to your directory by running
- `git clone https://github.com/felixDev22/Biz-app.git`
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Felix Nzomo Nyamai**
- GitHub: [@githubhandle](https://github.com/felixDev22)
- Twitter: [@twitterhandle](https://twitter.com/@monzo200)
- LinkedIn: [LinkedIn](https://https://www.linkedin.com/in/felixnyamai/)
- [ ] **Improve UI**
- [ ] **Add funcionality**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/felixDev22/Biz-app/issues).
If you like this project kindly leave a ⭐
I would like to thank Microverse for the great resources shared. I would also like to thank [Gregoire Vella](https://www.behance.net/gregoirevella) for the great design.
This project is [MIT](./LICENSE) licensed.