Departments of Cochin University of Science and Technology provide interdisciplinary electives as part of the curriculum alongside their courses. But there is no centralized automated system available until now to resolve the process. Interdisciplinary Course Portal (IDCP) is a web application which facilitates a centralized system to ease the complications regarding the paper-based unorganized approach to the problem.
Departments may contain options to verify and approve their students to the system and to notify regarding various information. Course coordinators will add and maintain course details, view and manage students enrolling from other departments to the courses provided. Faculty manage class activities including attendances, assignments and test grading. Students can register and enroll in electives provided by other departments and get notified about updates. Admin manages the overall system including the verification of department registrations.
idcp.pythonanywhere.com/
-
Download and install
vs code
(https://code.visualstudio.com/download) -
install
git
(https://www.geeksforgeeks.org/introduction-and-installation-of-git/) -
create a folder and open
vs code
in that folder -
open terminal in vs code
-
To check whether git is correctly installed
git –version
-
Initial setup git
git config –global user.name “YourUserNameOnGithub”
git config –global user.email “YourEmail”
-
git clone https://github.com/musowir/IDCP.git
project downloaded to local machine
https://drive.google.com/file/d/1UDvlvVzCYpm2dCFWMSVrgwTm1gTZHRBU/view?usp=share_link -
IDCP\IDCP\Scripts\activate
-
cd IDCP
-
python manage.py runserver
https://drive.google.com/file/d/1XN60xaA0qtlIJYnnBzNLTK_g5Nw4WRmJ/view?usp=share_link
All done! server running!