mixed-farming / GradeMaster

GradeMaster: The Parent-Teacher Collaboration to facilitate seamless communication and student academic progress tracking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GradeMaster: The Parent-Teacher Collaboration Tool

Description

GradeMaster is an innovative and user-friendly web-based platform designed to improve communication between teachers and parents. It allows teachers to input and update student academic data, attendance, and remarks, while parents can view their child's progress in real-time and receive notifications about their academic performance. The platform has been designed using the Django web framework, HTML, CSS, JavaScript, and Bootstrap, which ensures a user-friendly interface for all users. The project also incorporates features to ensure data security and confidentiality, such as using SQLite as the database management system and the FullCalendar content delivery network to facilitate the marking of student attendance records.

project_app_preview.mp4

Version

Django 2.4.0

How to run

Windows Command Prompt

cd Django-Simple-CRUD-Sample
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
manage.py migrate
manage.py createsuperuser 
manage.py runserver

Open URL http://localhost:8000

About

GradeMaster: The Parent-Teacher Collaboration to facilitate seamless communication and student academic progress tracking.


Languages

Language:HTML 44.6%Language:Python 38.6%Language:JavaScript 16.6%Language:CSS 0.1%