Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.17 KB

README.md

File metadata and controls

37 lines (31 loc) · 2.17 KB

Quickstart Guide

  1. Copy all the contents from this repository.
  2. Copy all files and directories to the htdocs directory inside xampp (for example: C:\xampp\htdocs\CMSC127-MP1-Yao_SJ), where "CMSC127-MP1-Yao_SJ" will contain all of the files.
  3. Import the database [thirdyear_courses.sql] in phpmyadmin or directly embed it into your MySQL database through the command prompt (refer to this link on how - https://www.warp.dev/terminus/mysql-import-sql-file).
  4. Open your XAMPP Panel and make sure to start your APACHE and MySQL 'Modules' under 'Actions' (refer to this link, if you do not have XAMPP, yet - https://www.apachefriends.org/download.html)
  5. Open any browser, enter localhost, and browse the file location on the search bar. (i.e. localhost/CMSC127-MP1-Yao_SJ)

Target User/s

  • ADMIN
  • Teacher
  • Student (Year III - UP)

Technology Stack

  • Front-End
    • HTML/CSS
  • Back-End
    • PHP, JavaScript
  • Database
    • MySQL

Core Concept

  • File Processing and Database Systems
  • Web Development

Note:

  • The sample login credentials for the ADMINs and Teachers can be found in the technical documentation below.
  • Being that this is a simulator only, the purpose of the actual software is just for user experience and testing, and in no way will the content of this simulator reflect directly into the actual enrollment process of UP.

URL

Preview of Web Application

Sample of Homepage Sample of Teacher Login Sample of Teacher Portal Functionality Sample of ADMIN Portal Functionality