- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Budget-App] 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.
🛠 Built With Ruby on Rails
- Ruby
- Rails
- PostgreSQL
Server
Database
- [Login/ Registration page]
- [Categories page]
- [Transactions page]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed on your computer. Download Ruby via the official website
- Install rails. Run gem install rails
- You also need to have PostgreSQL installed
Clone this repository to your desired folder:
git clone git@github.com:oguntayomicheal/Budget-App.git
cd Budget-App/
Install this project with:
- run
bundle install
to install necessary gems
To run the project, execute the following commands:
rails db:create db:migrate
rails s
- On your browser, type localhost:3000 to see the app
To run tests, run the following command:
rspec spec
👤 Micheal Oguntayo
- GitHub: @oguntayomicheal
- Twitter: @OguntayoMicheal
- LinkedIn: @OguntayoMicheal
- [Implement destroy functionality for a transaction]
- [Implement edit and update functionalities for both the category and transaction]
- [Add tablet and desktop styles to the web app]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give this project a ⭐️ if you like it.
- This design was an inspiration by Gregoire Vella on Behance, the author of the original design.
- Hat tip to Microverse for the guidance and provision of Ruby on Rails learning materials.
This project is MIT licensed.