- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Budget App is a software application that you can access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budget apps can help sync with your financial accounts to give you an overview in real-time when finances change.
- User registration system (using Devise gem)
- User authorization system to manage permissions and access control (using CanCanCan gem)
- Access the live version here
To get a local copy up and running follow these simple steps.
- Ruby
- Ruby on Rails
- PostgreSQL
- any code editor
To setup the project follow the steps:
-
Clone this project using Git Bash:
git clone https://github.com/adnanolarmmi/budget-app
-
Inside the project directory, install the project's dependencies
bundle install
-
Setup the app's database
rails db:setup
In the project directory, you can run:
-
rails server
Runs the app server
-
rubocop
Launches the test runner.
👤 Is-haq, Adnan Olamilekan
- GitHub: @AdnanOlarmmi
- Twitter: @AdnanIshaqOla
- LinkedIn: Adnan (Olamilekan) Is-haq
- Implement user engagement features (likes, comments and ratings)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star!
- Microverse
This project is MIT licensed.