- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
BudgetTrackr App This is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Client
- Ruby on Rails
Server
- localhost
Database
- PostgreSQL
-
[Keep track of all your expenses]
-
[Create your shopping categories and items with expenses]
To get a local copy up and running, follow these steps.
- You'll need any code editor
Clone this repository to your desired folder:
git clone https://github.com/ikoote1/BudgetTrackr.git
cd recipe-app
Install this project with:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:migrate RAILS_ENV=test
rspec
👤 Ikoote Rasuli
- GitHub: @ikoote1
- LinkedIn: Ikoote Rasuli
- [Improve UI design]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star!
I would like to thank Gregoire Vella on Benhance the author of the original design and Microverse for this learning opportunity.
This project is MIT licensed.