Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.62 KB

File metadata and controls

28 lines (15 loc) · 1.62 KB

LAMP-TutorialCenterReservationConsole

The Tutorial Center Reservation Console (TCRC) is website that allows both students and tutors to find a location and time that would allow tutors to provide physical tutoring services at the Snapask Academy.

The objective of TCRC is to allow tutors to select time slots during which they are available to offer their services to students. The time slots are 30 minutes each and Snpask Academy is open for business Monday to Sunday from 9:00AM to 10:00PM. So, time slots will be from 09:00-09:30, 09:30-10:00.... 21:30-22:00 everyday. Once tutors have published their time slots, students can then choose the time slots during which they would like to attend tutorials.

The application covers following functionalities:

  1. Register an account as a tutor or student.
  2. If registered and login as a tutor, he/she can select the available time slots that he can provide. The total available time slots will be added up.

Aaron Swartz

If registered and login as a student, he/she can get the available time slots that the tutor provides.

Aaron Swartz

Steps to run the application

  1. Clone or download the source code package.

  2. Install XAMPP and start all the server.

  3. Put the source code package into the htdocs folder of XAMPP.

  4. Import the database script into SQLPro or MySQLWorkbench to create the database.

  5. Open your web browser, type localhost/PHP-SimpleChatApplication/signup.html