ShortTermCM

Shot Term Courses for IIT KGP

View the Project on GitHub mkdadi/ShortTermMC

PROJECT TITLE: Short Term Course Management IIT KGP

VERSION or DATE: 16/1/2016

HOW TO START THIS PROJECT: linux/mac users can install the program by running 'make' provided in main directory and then run 'java src.Stcm' from main directory

For Windows: First install the project directories and files by running 'javac install.java' followed by 'java install' In cmd run 'javac src.Stcm.java src.Faculty.java src.Participant.java src.Course.java' in main directory and then run the program by the command 'java src.Stcm'

AUTHOR: Madhu Kumar Dadi

USER INSTRUCTIONS: Program should be run from main directory, it can't be run directly because a package named src is being used.So, to run the file type 'java src.Stcm' Main Directory: Directory containing README.TXT and install.java