- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
2SAVE - Budged App is a MVC app created with Ruby on Rails, Postgresql, and tested with RSpec that will keep a record of all your expenses based on the categories you create. Every time you add a new transaction to any category it updates the total amount of money you have spent, saving users to invest too much time on managing their money.
Ruby on Rails / Postresql
Client
Server
Database
- App is able to display custom categories for each user
- App is able to generate categories and transactions for each category
- App is able to show the total amount of money they have spent for each category
To get a local copy up and running, follow these steps.
have installed Ruby on your system check with Ruby -v
In order to run this project you need:
Clone this repository to your desired folder:
git clone git@github.com:angeluray/to-save-cp.git
type : cd recipe_app
Type : bundle install
To run the project, execute the following command:
rails server
👤 Angel Uray
- GitHub: @angeluray
- Twitter: @atangeluray
- LinkedIn: Angel Uray
Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.