- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
The SmartBudget is a mobile web application where users can manage their budget: users have a list of transactions associated with a category, so that users can see how much money they spent and on what.
- Ruby
- Ruby on Rails
- VSCode
- Rubocop
- PostgreSQL
Linters
- StyleLint
- Rubocop
Server
- Ruby
Database
- PostgreSQL
- Add, delete, update, edit transactions
- Add, delete, update, edit transaction categories
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
cd PATH
git clone https://github.com/KIsmoilov/SmartBudget
Install this project with:
cd SmartBudget
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:create
rails db:migrate
rails db:seed
rails db:seed RAILS_ENV=test
rspec spec
👤 Khusniddin Ismoilov
- GitHub: @KIsmoilov
- LinkedIn: LinkedIn
- Save all transactions as pdf file
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly give it a star ⭐️
I would like to thank Microverse for the project idea
This project is MIT licensed.