- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 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.
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
Clone this repository to your desired folder:
git@github.com:fullstop125/budget-app.git
Install this project with:
bundler install
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
To run tests, run the following command:
rspec spec
Click here to see live
click here to see the video presentation
👤 Momanyi
- GitHub: @fullstop125
- Twitter: @moses hassany
- LinkedIn: momanyi hassan
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.