Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haadiiii/haadii-budget-app
Budget App is a Mobile application built with Ruby, Rails, and Bootstrap. It allows you to create a user, create a group, and create a transaction. You can also see the total amount of money spent in the group.
https://github.com/haadiiii/haadii-budget-app
device gems psql-database ror ror-api rspec rspec-rails
Last synced: about 2 months ago
JSON representation
Budget App is a Mobile application built with Ruby, Rails, and Bootstrap. It allows you to create a user, create a group, and create a transaction. You can also see the total amount of money spent in the group.
- Host: GitHub
- URL: https://github.com/haadiiii/haadii-budget-app
- Owner: Haadiiii
- Created: 2022-12-19T07:34:55.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-12-20T16:53:50.000Z (about 2 years ago)
- Last Synced: 2024-10-30T06:58:30.672Z (3 months ago)
- Topics: device, gems, psql-database, ror, ror-api, rspec, rspec-rails
- Language: Ruby
- Homepage: https://budget-website.herokuapp.com/
- Size: 6.53 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> this is a Budget App with Ruby on Rails, it allows you to create a user, create a group, create a transaction, you can also see the total amount of money spent in the group, and the total amount of money spent by each user, and the total amount of money spent by each user in the group.
> The following tech stack was used:
Client
Server
Database
> The Following is how you can use the Budget App
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
> Ruby version : `ruby 3.1.2p20`
run `ruby -v`
> SQLite3 version : `3.40.0`
run `sqlite3 --version`
> npm version : `8.15.0`
run `npm -v`
> yarn version : `1.22.19`
run `yarn -v`
> Database : **PostgreSQL**
### Setup
Clone this repository to your desired folder:
> `[email protected]:Haadiiii/haadii-budget-app.git`
### Install
Install this project with:
> `bundler install`
### Usage
To run the project, execute the following command:
To Be able to run the project:
`rails assets:precompile`
Then To run it on the local host server use:
`rails server` or `rails s`
### Run tests
To run tests, run the following command:
`rspec spec`
### Deployment
Click [here](https://budget-website.herokuapp.com/) to see live
> 👤 **Haamid Ali**
- GitHub: [@Haadii ](https://github.com/githubhandle)
- Twitter: [@Haamid Ali](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
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...
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._