Final Project for Software Engineering Course.
College Placement Portal is developed by Rishabh Tiwari and Team, under guidance of Dr. Vishal Krishna Singh, course instructor.
Rishabh Dharmendra Tiwari (LCS2019032)
Shivansh Agarwal (LCS2019036)
Harshdeep (LCS2019045)
Karan Mistry (LIT2019011)
Akshit Trikha (LIT2019029)
Instructions for setting up and using the project on local system.
- Download Node.js if not already installed on system.
- Download the code from this Repository on GitHub.
- Request an individually specific environment file for both server and client from the Project Owner.
Contact atlcs2019032@iiitl.ac.in
. - Launch another terminal and navigate to the server directory via
commandcd /path/to/college_placement_portal/server
. - Run
npm install
in the terminal in the server directory. This will install the required dependencies. - Run
npm run dev
command from terminal to launch the server. - This will start the backend server at port 5000. Keep this terminal alive.
- Launch another terminal and navigate to the client directory with
commandcd /path/to/college_placement_portal/client
. - Run
npm install
in the terminal in the server directory. This will install the required dependencies. - Run
npm start
command to launch a web portal in the browser at http://localhost:3000.
For certain features of TPC, Training and Placement cell members will have to download Postman.
Or use Postman on web at https://www.postman.com/.
More API documentation can be found at College Placement Portal Server API Documentaion on Postman.