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.
- HTML, CSS, JS, SCSS
- Python
- SQL
- Django
- Bootstrap
- MySQL
- sqlLite
- 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
$ git clone https://github.com/shihabshahrier/CSE370_project.git
$ cd CSE370_project/UniHelpDesk
$ python -m venv venv $ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver