Skip to content

Admin application to manage students placements and score

Notifications You must be signed in to change notification settings

anshul9809/PlacementCell

Repository files navigation

Features

  • 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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/anshul9809/PlacementCell.git
  2. Navigate to the project directory:

    cd PlacementCell
  3. Install dependencies:

    npm install
  4. Run the application:

    npm start
  5. Open the application in your browser:

    http://localhost:3000
    

Usage

  • Access the web application to manage student profiles and placement activities.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

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