Epargn_Plus is a Java application for managing financial contributions. The application allows users to create and manage accounts, record contributions, and generate reports.
- Create and manage accounts for multiple users
- Record financial contributions for each account
- Generate reports to track contributions and account balances
- Java 8 or higher
- MySQL 5.7 or higher
- Clone the repository to your local machine.
- Create a MySQL database for the application.
- Import the database schema from the
database
directory. - Edit the
application.properties
file in thesrc/main/resources
directory to configure your database connection. - Run the application using your preferred Java development environment (e.g., Eclipse, IntelliJ IDEA).
- if you are running the application on netbean you will build the .war file.
- Configure (create) the jdbc driver for this app by going to JDBC, then JDBC resources and then new (this is in the glassfish server admin console). You can now enter the name for the new jdbc (eg jdbc/[choosen name]).
- Deploy the.war file in the GlassFish server and view it.
- Launch the application.
- Create a new account for each user.
- Record financial contributions for each account.
- Generate reports to track contributions and account balances.
Contributions to Epargn_Plus are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes to the new branch.
- Create a pull request.
Epargn_Plus was created by [Your Name], [Your Email], [Your Github].
Epargn_Plus is released under the MIT License.