2607 Course Project
- Make sure to run the
School.sql
first to configure the tables. - ONLY change the
config.php
for sql connection.
- Finish sql
- Finish frontend
- Add
config.php
for individual sql settings - Create directory for student, instructor, and admin to be organized
- Working login and sign-up
- Student login and sign-up
- Instructor login and sign-up
- Finish student
- Edit student's info
- Add student's course
- Delete student's course
- Ensure no duplication and catch errors
- Finish instructor
- Edit instructor's info
- Add a student to be enrolled in instructor's course
- Drop a student enrolled in instructor's course
- Ensure no duplication and catch errors
- Finish admin
- Edit all tables
- Add all tables
- Drop all tables
- Ensure no duplication and catch errors