Skip to content

Sheldon1999/Event_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Management System

Overview

This is a very simple DBMS project. It is actually an standalone(portable) application. Theme of application is Event Management(college events). This project can be very helpful to those who just started with these technologies. ER diagram is given here.

Technologies

  • Frontend : Java AWT, Swing
  • Backend : Java11
  • Database : MySQL
  • Database Connector : JDBC

Dependencies

Local setup

  1. install all the dependecies above(install JDK11 or later).
  2. make a mysql user named superadmin and set password Super@1999.
  3. To make databases and tables see the source code from line 259. Here Department are databses and Event are tables.
  4. Every table will contain follwing entities:
  • Name (VARCHAR)
  • Department (VARCHAR)
  • Semester (VARCHAR)
  • Contact_No (INT)
  • Gmail (VARCHAR)
  1. download EMS.jar
  2. open command prompt or terminal go to the directory where jar file is downloaded.
  3. After setting up everything,run java -jar EMS.jar.

Screenshots

Home page

Home_page Home page Home page

superadmin login page

superadmin login page

registration page

registration page

registered student list page

registered students

registration confirmation page

registration confirmed

Entity Relationship Diagram

er diagram

Releases

No releases published

Packages

No packages published

Languages