Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.17 KB

UniHelp Desk

A simple website where students can access course material and post materials that have helped them with their studies. Staff members can post important announcements, while students can post complaints and make remarks about any problems or concerns they may have.

Tech Stack

  • HTML, CSS, JS, SCSS
  • Python
  • SQL
  • Django
  • Bootstrap
  • MySQL
  • sqlLite

Features

  • User Login/Registration
  • User profile/update profile
  • Complain section for student and staff users
  • Announcements section
  • Payment section for staff users
  • Add/remove Courses
  • Course content

Installation

clone the repository to your local machine

$ git clone https://github.com/shihabshahrier/CSE370_project.git

navigate to the UniHelpDesk directory

$ cd CSE370_project/UniHelpDesk

create a virtual environment and activate it

$ python -m venv venv $ source venv/bin/activate

install the required packages

$ pip install -r requirements.txt

run the migrations

$ python manage.py migrate

start the development server

$ python manage.py runserver

Contributors

Shihab Shahrier | Jerin Sync