- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
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.
Client
Server
Database
- User Can add his own payments on this website
- Authentication process
- CRUD Operations on all resources with authorization roles
- Test cases using Rspec
In order to run this project you need:
- Rails
- Ruby
- PostgreSQL
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone [email protected]:KareemWilson/money-minder.git
Install this project with:
cd money-minder
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
Example command:
rspec spec
Sooon....
👤 Kareem Magdy Wilson
- GitHub: @KareemWilson
- LinkedIn: LinkedIn
- Create NavBar
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
I would like to thank Gregoire Vella on Behance. for design contributed into this project
This project is MIT licensed.