Skip to content

Latest commit

 

History

History
111 lines (83 loc) · 3.86 KB

README.md

File metadata and controls

111 lines (83 loc) · 3.86 KB

About

I built this website in 2019 for my "bachelor's degree final project".

This website is created using the LAMP stack. It is dedicated to students and professors at Moroccan universities, and, it contains two main parts: a Classroom and a Forum.

Features

Students and professors can create accounts, login, and logout

  • The Classroom's features:
    • Students and professors must choose their universities
    • Professors can create classes (small rooms) in their universities, where they will be posting/uploading documents for courses, home works, etc
    • Students can subscribe to classes and start seing posts
    • Students can download the class material (for ex the PDF documents)
    • Students can discuss a class's post through comments
  • The Forum's features:
    • This is a question-and-answer based forum
    • Users (both students and professors) can create/search/follow topics they are interested in
    • Users can ask questions about a topic and answer questions
    • Each user will have a profil, so users can track each other (How many topics a user follows? Which questions they asked? What answres they gave? etc)

Entity Relationship Diagram

Markdown Logo

Use It Locally

Detailed steps on how to run the project in Linux

Detailed steps on how to run the project in Windows

  • Download XAMPP for Windows from https://www.apachefriends.org/download.html
  • Run the .exe and follow the wizard steps to install it (choose C:\xampp as the installation destination folder)
  • run
    C:\xampp\xampp-control.exe
    A wizard will appear. Start Apache & MySQL servers
  • Clone the project to your filesystem
  • Unizp the project's folder under C:\xampp\htdocs\project
  • THE REST OF THE STEPS ARE THE SAME

Screenshots

Website's home page Markdown Logo

University's profile Markdown Logo

Class's profile Markdown Logo

Class post's profile Markdown Logo

PDF document to read online or download Markdown Logo

Login and registration forms Markdown Logo

Forum's home page Markdown Logo

Topic's profile Markdown Logo

Question's profile Markdown Logo

User's profile Markdown Logo