An java application built to manage student events registration details at an institution. The application is built using Java, Swing, JDBC and MySQL. This application can be used to add students to database, search for existing students, edit their details and delete student records. The admin(student co-ordinater) can view the Students database and the Events Database and he/she can add, update or delete the records of both the events db and the user db .
- Java SDK 8.xx
- NetBean IDE or IntelliJ IDEA
- Connector/J https://dev.mysql.com/downloads/connector/j/
- rs2xml.jar
- MYSQL Database Server https://dev.mysql.com/downloads/mysql/
- IntelliJ IDEA Ulimate 2021.2.4
- Java SDK - as per your OS
- Fork it.
- Click on Clone or download button in top right corner.
- Download zip.
- Extract.
- Open eclipse or any IDE and Import project.
- Run welcome.java.
- If you're experiencing error (regarding Database) while running the project , make sure to check if you have added both rs2xml.jar and MySQL Jconnector.jar to the Project Structure in the IDE.
- S.Yogesh
- T.Sree Krishnan
- V.Surya Narayanan
This project is licensed under the MIT License - see the LICENSE.md file for details