This project is part of the coursework at Cairo University's Faculty of Computers and Artificial Intelligence. The goal is to develop an Instapay system, allowing users to perform various financial transactions, including money transfers and bill payments.
-
Clone the repository.
-
Open the project in IntelliJ IDE.
-
Ensure that your IDE version is
ideaIU-2023.2.4and Java JDK version is11.0.16.1.
-
Run the main method to start the application.
-
Follow the on-screen prompts to sign up, log in, and perform transactions.
Feel free to contribute to this project by following these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature. - Make your changes and commit them:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature/your-feature. - Submit a pull request.
This project is licensed under the FCAI-CU License.