Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 486 Bytes

Event Management System

Instructions

-> First, create two db named 'eventdb' and 'universitydb'.
-> Then import the sql files into xampp or mysql workbench.
-> Finally, extract the zip file and import it into your intellij IDE.

Add MySQL Connector

Add MySQL connector into the project:
File-> Project Structure->Project Settings->Module->Dependencies-> click on "+" -> Jars or Directories -> select MySQL connector from its location -> click OK/Apply