Coder Social home page Coder Social logo

emhash / versity-class-management-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.84 MB

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.

Home Page: https://bubtcr.pythonanywhere.com/

License: MIT License

Python 19.97% CSS 60.34% JavaScript 2.86% HTML 16.83%
crm django django-application emhash management management-system python python-projects software-development backend

versity-class-management-system's Introduction

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: [email protected]
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

versity-class-management-system's People

Contributors

emhash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.