Skip to content

This is an Exam Portal built using Java SpringBoot and Angular with MySQL as the database. The application allows users to register and login, create and take exams, and view exam results.

Notifications You must be signed in to change notification settings

Rohit9252/Edcater-Exam-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Edcater-Exam Portal

This is an Exam Portal built using Java SpringBoot and Angular with MySQL as the database. The application allows users to register and login, create and take exams, and view exam results.

ER-Digram

image

Installation

Install dependencies for the SpringBoot application.

[] Copy code

  • cd exam-portal/backend
  • ./mvnw install

Create a PostGreSQL database.

  • mysql -u root -p

CREATE DATABASE exam_portal;

  • Update the database configuration in the application.properties file located in exam-portal/backend/src/main/resources.

spring.datasource.url=jdbc:mysql://localhost:3306/exam_portal spring.datasource.username=root spring.datasource.password=yourpassword Run the SpringBoot application. bash Copy code cd exam-portal/backend ./mvnw spring-boot:run

Install dependencies for the Angular application.

` cd exam-portal/frontend

  • npm install Run the Angular application. ng serve ` Open the application in your browser.
  • http://localhost:4200

Admin details:

  • UserName : admin123
  • Password : admin@123

Usage

  • Register for an account by clicking on the "Register" link in the navigation bar.
  • Login to your account.
  • Create an exam by clicking on the "Create Exam" button on the dashboard.
  • Take an exam by clicking on the "Take Exam" button on the dashboard.
  • View exam results by clicking on the "Results" button on the dashboard.

License

This project is licensed under the MIT License.

THANK YOU

About

This is an Exam Portal built using Java SpringBoot and Angular with MySQL as the database. The application allows users to register and login, create and take exams, and view exam results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published