Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.97 KB

COURSIZ

Description

COURSIZ is here to revolutionize the learning process by creating a comprehensive web application that amalgamates essential features for students and teachers. It aims to introduce innovative functionalities catering to teacher-student interaction and comprehensive progress tracking. Additionally, supervisors will have tools to assess teacher performance based on student feedback via surveys.

Getting Started

Bringing Coursiz to your local machine:

Prerequisites

  • Ensure you have Python installed on your machine. You can download it from Python's official website.
  • Use Git to clone the project to your local machine.

Installation

  1. Clone the repository: git clone https://github.com/alhusseain/COURSIZ.git
  2. Navigate to the project directory: cd COURSIZ
  3. Install project dependencies: pip install -r requirements.txt

Database Setup:

Prerequisites

Installation

  • Installing SSMS: Follow the steps in the previous link.
  • Creating the database: Run the provided SQL file provided in the database folder.

Running Coursiz:

  • Start the Flask server: flask run
  • Access the Application: Open a web browser and go to http://localhost:5000 to access the application.

How to Contribute

  1. Fork this repository.
  2. Create a new branch: git checkout -b your-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin your-branch-name.
  5. Submit a pull request.

Contributors