Skip to content

RhythmDeolus/Online-Exam-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Exam System 🖊️


An online exam system made in java using swing and mysql with custom protocol over TCP/IP

Configuring

Server/Database/db.config file is where all the mysql server configuration is stored in format

db.server=jdbc:mysql://{url}/{database_name}?user={username}
db.name={username}
db.password={password}

Compiling

make compile

Initialize Database

$ make run filename=Server.Database.InitializeDB

Running Server

$ make run filename=Server.Server

Running Client Application

$ make run filename=Client.Application

Screenshots

screenshot 1 screenshot 2
screenshot 3 screenshot 4

About

Online Exam System for Java Project

Resources

Stars

Watchers

Forks