- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budget app
This is a mobile web application where you can manage your budget: like how much you've spent on groceries, transportation, etc... you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Client
Database
To get a local copy up and running, follow these steps.
To run this project you need:
- Ruby
- Ruby on Rails
- PostgreSQL
Visit this link on how to install Ruby for different OS. Visit this link on how to install PostgreSQL. After installing Ruby you can install rails by using the following command:
gem install rails
Clone this repository to your desired folder:
cd your-folder
git clone https://github.com/AbelG101/Budget-app.git
Install this project with:
cd Recipe-app
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
- N/A
👤 Abel Gebeyehu
- GitHub: @AbelG101
- LinkedIn: Abel Gebeyehu
- [Provide live demo]
- [Sending transactions list to the user's email]
- [Analytics page to show spending habits]
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project make sure to give it a star 🌟
- Microverse
- Original design idea by: Gregoire Vella on Behance.
- Creative Commons
This project is MIT licensed.