- Student Management: Track and manage student profiles.
- Recruiter Interaction: Facilitate communication between students and recruiters.
- Placement Activities: Streamline placement processes and activities.
- User-Friendly Interface: Intuitive design for easy navigation.
-
Clone the repository:
git clone https://github.com/anshul9809/PlacementCell.git
-
Navigate to the project directory:
cd PlacementCell
-
Install dependencies:
npm install
-
Run the application:
npm start
-
Open the application in your browser:
http://localhost:3000
- Access the web application to manage student profiles and placement activities.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Project Structure:
PlacementCell │ README.md │ .gitignore │ package.json │ app.js └───src ├───controllers │ studentController.js │ companyController.js │ userController.js ├───models │ student.js │ company.js │ user.js ├───routes │ company.js │ index.js │ student.js │ user.js └───views home.ejs comapny.ejs createStudent.ejs allocateIntervie.ejs