- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Smart Spend is an application made with Ruby on Rails where you are able to manage your spending. You are able to create spend categories and transactions associated with each category. You are also able to see how much money you spend in each category.
[You can see a live demo here] (https://budget-app-eb8d.onrender.com)
Client
Database
- Use Devise for Authentication
- Set Up Postgres Database
- Create Data Models using ERD Diagrams
- Understanding the conventions of Rails
- Use Ruby on Rails to implement a NavBar
- Use Active Record to write SQL queries
- Include controllers actions
- Add test using Rspec & Capybara gems
- Add views following controller methods
- Review Linters
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
https://github.com/HFG43/budget-app
Install this project with:
cd my-project
gem install
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec .
You can deploy this project using:
[My portfolio deployment link] (https://budget-app-eb8d.onrender.com).
👤 Hernán Güemes
- GitHub: @HFG43
- LinkedIn: hernanguemes
- [Include scaning options for transaction inputs]
- [Use as wallet with payment options]
Feel free to check the issues page.
If you like this project you can give me a ⭐️
Original design idea by Gregoire Vella under Creative Commons license.
Take a look to the fantastic desgin [here] (https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
I would like to thank Microverse for the opportunity and all my Microverse colleagues that helped us during this project.
This project is MIT licensed.