Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 614 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 614 Bytes

Luna

Steps to Run Luna

  • Install XAMPP
  • Download the zip file.
  • Move the Luna files in htdocs(a folder in XAMPP) & extract files.
  • Make 3 Databases, using phpmyadmin, with name :
    • eventmanage
      • Make 2 table in it:
        1. adminlogin containing columns id, email, password & image
        2. register containing columns id, name, password, email, college, mobile_no
    • trial
  • You have to manually add data in the adminlogin table.
  • Insert Admin E-mail address and password in file auto.php.
  • Admin will login from adminlogin.php.
  • You are good to go.