Skip to content

This project was done for Database Management System course (CSC-401), where we were asked to make Student Performance Monitoring System where faculties could upload questions and create course outlines and students could access them.

Notifications You must be signed in to change notification settings

OishyRaquib/OBE-CSC401

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBE-CSC401

Users: Username: admin Password: admin

Superuser: Username: admin Password: admin

Quick installation

You can setup a virtual environment installing virtualenv and typing the following commands in terminal:

$ virtualenv <folder_name>

Then activate it: $ source <folder_name>/bin/activate

(and optionally you can exit from the virtual environment typing: deactivate) Once made that you can download the project using git or simply downloading it in a zip format and unzip it and go to the main top folder of workshops:

clone the project Using pip (inside the virtual environment) install the necessary dependencies with pip from requirements.txt: $ pip install -r requirements.txt

We will migrate after setting the database $ python manage.py migrate

We will run the default django's web server typing: $ python manage.py runserver

#Dependencies -Panda -Bootstrap (Can use CDN)

About

This project was done for Database Management System course (CSC-401), where we were asked to make Student Performance Monitoring System where faculties could upload questions and create course outlines and students could access them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •