Skip to content

A full-stack project for versity student and the Class Representative. This management system will help student to manage their daily announcements , upcoming exams , assignments notice and so on. As a result this student will be easily aware of their daily or weekly activities.

License

Notifications You must be signed in to change notification settings

emhash/Versity-Class-Management-System

Repository files navigation

Logo

Static Badge Static Badge Static Badge


Versity class task management system

This project is helpful for the CRs who suffers to manage the class tasks. Each time the CR has to mention about the re-shedule classes, new assignments, notify about the upcoming CT or Tests and so on. All these different task have to perform in different platform such as - Google Classroom, Messenger, Whatsapp or Google Sheet and so on, What if all these can be manage in one platform ? YES. This is the solution.

Demo:

Live Website: https://bubtcr.pythonanywhere.com/
CR mail: demo@democr.com
Password: 111111qqqqqq

Demo Screenshots

demo demo demo demo

Locally Setup

Note: You can add both MySQL or SQLite database. The configuration is added in the settings.py so you just have to uncomment the code and set database host, user, password and port.

Warning: If you face any database related error then you have to add the information by using python-dot-env or directly in the code of MySQL setup.

Clone the repository & Navigate to the project directory:

  git clone https://github.com/emhash/Versity-Class-Management-System.git

  cd Versity-Class-Management-System

Create a virtual envoirnment:

python -m venv myenv

Active virtual envoirnment with Bash terminal:

source myenv/Scripts/activate

(You can activate the virtual envoirnment using any terminal. Based on the terminal the activation process of virtual envoirnment might be different)

Now install the necessary module & start the server:

pip install -r requirements.txt
python manage.py runserver

** In case of migration problem migrate and then run the server **

python manage.py makemigrations
python manage.py migrate

Tech Stack

Front-End: Html, CSS, Bootstrap, JavaScript

Back-End: Django, Sqlite, Python

Author

App Screenshot

About

A full-stack project for versity student and the Class Representative. This management system will help student to manage their daily announcements , upcoming exams , assignments notice and so on. As a result this student will be easily aware of their daily or weekly activities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published