Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.32 KB

EXQUISITE - EVENT-MANAGEMNET-SYSTEM

PPT : Click Here
Presentation Video : Click Here
Live Demo Video : Click Here

Steps to run the project in your machine

  1. Download and install spring tool suite in your machine
  2. Clone or download the repository
  3. Extract all the files
  4. After Extracting the file, create a database event_management_system
  5. then open the extracted file in spring tool suite
  6. open the file EventManagementSystemApplication.java in src/main/java/com/app/demo and run the file as spring boot App
  7. Then you have to import the .sql file in mysql workbench, the sql file consists of predumped table data and structure
  8. Open your web browser and type 'localhost:8080'
  9. Hurray! That's it!

login credentials

ADMIN-LOGIN

Email : [email protected]

password : admin@123

USER-LOGIN

Email : [email protected]

password : 123

SUBADMIN-LOGIN

Email : [email protected]

password : 123

SUPERADMIN-LOGIN

Email : [email protected]

password : 123