Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.54 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.54 KB

Online-Exam-Portal

Provides user the facility to register on the portal and take a timed online exam. Built by using Java Servlets, JDBC and JSP.

Features:

  1. Register and take a timed quiz on Java Basics.
  2. View your results.
  3. Signup and Login functionalities using Cookies.
  4. Fully validated forms for signup, login etc.

Demo Video:

AJP.Project.Video.Demo.mp4

How to Run:

  1. Install mysql and create a database named ajp.
  2. Create a table named register.
    Schema:
Field Type Null Key Default Extra
enroll int(10) NO PRI NULL
fname varchar(20) YES NULL
lname varchar(20) YES NULL
gender char(1) YES NULL
pass varchar(20) YES NULL
univ varchar(20) YES NULL
  1. Run the project using Eclipse IDE for Java EE Developers or a similar IDE via Tomcat Server and visit http://localhost:8080/ajpProject/welcome.html
  2. Signup using the link in the page and filling the form (validated).
  3. Login and click on Start Test.
  4. Choose the correct options as per the questions and click on Submit (Also the test will auto submit in 100 seconds !).
  5. View your Final Marks.

Thank you !