- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
This project was built using.
Server
Database
key features of the application.
- User can register and login
- Authenticated User can manage transactions and categories
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed
- Postgresql installed
- Git installed [ In case you want to clone this repo using your terminal]
- Any IDE or text editor that supports Ruby
Clone this repository to your desired folder:
$ git clone https://github.com/bienvenuushindi/budget-app.git
you@your-Pc-name:~$ cd <folder>
bundle install
$ bin/rails db:create
$ rake db:migrate
rails s
👤 Ushindi Bienvenu
- Implement API for this application
- Implement Transactions details page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Kindly give it a ⭐
I would like to thank the Ruby community and Microverse team
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.