- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
MoneyMate is a personal finance tracking application that allows the user to track their spending by recording transactions under user-defined categories. This functionality gives the user a good overview of their spending habits, and allows them to quickly notice areas that need improvement.
Server
- ORM model
- Intuitive design
- A selection of Icons for the categories
To get a local copy up and running, follow these steps:
In order to run this project you need:
- A text editor of your choice (VS Code works well).
- Ruby and Rails
- Git
Clone this repository to your desired folder with the following command:
[email protected]:badger-99/money_mate.git
Open the terminal in the root directory of the project and run the folloeing command to install all dependencies.
bundle install
To start the development server, run the following command then navigate to localhost:3000
in your browser.
bin/rails server
Run the following command to execute the tests:
rspec
👤 Alfred M.
- GitHub: @badger-99
- X: @AlfredMkg
- LinkedIn: in/alfredmkg
- More Icons
- API endpoints
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a star ⭐️ and share it with your friends.
I would like to thank Gregoire Vella for making the design that this app is based on freely available through the Creative Commons license, and I would also like to thank Microverse for providing the resources and guidelines that enabled me to complete this project.
This project is MIT licensed.