- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgments
- 📝 License
[Description]
The Ruby on Rails capstone project is about building 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.
- Ruby on Rails
- ActiveRecord
- Devise for authentication
- User Authentication
- CRUD operations for transactions and categories
- Private data management
In order to run this project you need Ruby version >= 3.2
Install Ruby & Ruby on Rails on your local machine
Clone this repository to your desired folder:
RUN git clone https://github.com/fezzopro/Budget-app.git
RUN cd Budget-app
Install System dependencies with:
RUN bundle install
RUN rails db:create
RUN rails db:migrate
To run the project, execute the following command:
RUN rails server
OR
RUN rails s
To run tests and check linters linter, run the following command:
RUN rubocop -A
RUN rspec
👤 Felix KAMANA
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Add images to registered users
- Add records to calendar
- Add extra styling
Contributions, issues, and feature requests are welcome!
Check the issues page.
If you found this project helpful, consider giving a ⭐️!
Acknowledgements to (Gregoire Vella) for the original design on Behance.
This project is MIT licensed.