Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.63 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.63 KB

Career Advancement Scheme

The Career Advancement Scheme portal is a website for universities which can be used by faculty to apply for pay raises. This code has been specifically developed for K. J. Somaiya College of Engineering, Vidyavihar, Maharashtra, India but a little tweaking can enable this website to be used for other colleges also.

Setup:

Create a folder named "cas" inside the following path: xampp/htdocs/ and clone this repository in it.

Now create a database inside your phpmyadmin panel called "cas_db". Once this is done, open the database folder and import the cas_db.sql file into it. This should add all the required tables to the system.

The website is now ready!

Faculty Member POV

HOD Member POV

Important Points to Note

  1. Configure your php.ini file as follows:

    Edit the line that says max_file_uploads = 20(or any number) to max_file_uploads = 500