- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Ruby on Rails
budget app helps
users
to manage their budgets. It has a list of transactions associated with a category, so that you can see how much money you spent and on what. It is built on Rails usingRubygem
as software packages system.
Ruby 3.1.3
>postgresql
>Rails 7
Backend
- Categories
- Transactions
- Expenditures
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Rails installed on the Computer
Clone this repository to your desired folder:
https://github.com/Okechukwu-muokwugwo/budget-app.git
if your're using https or gitgit@github.com:Okechukwu-muokwugwo/budget-app.git
if you prefer ssh and hit enter.- create a directory in your preferred location (e.g in the Desktop or Document directory)
Install this project with:
- Install Ruby on Rails framework.
- Use RubyGems as a software package system.
- Dependencies (a packet manager is required): then you run the command
bundle install
in the terminal
To run the project, execute the following command:
rails server
- This will run the project in the terminal in the specified directory
To run tests, run the following command:
rspec spec
- This will run all tests on your local machine
👤 Okechukwu Muokwugwo
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [] [Add Debit Card]
- [] [Add Notification]
- [] [QR Scan]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then kindly give me a star ⭐️ in the project repository.
- I would like to thank Gregoire Vella on Behance
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.