Skip to content

The Placement Cell Management System permits the Student to login/sign-up into the application and view current job opportunities available. The System would store all the academic as well as personal details of the students who wish to be placed and the Companies who offer jobs to the students. Students can apply for the jobs if they are eligible.

Notifications You must be signed in to change notification settings

mayank171/Placement-Cell-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Placement Cell Management System

David (path)

The Placement Cell Management System permits the Student to login/sign-up into the application and view current job opportunities available. The System would store all the academic as well as personal details of the students who wish to be placed and the Companies who offer jobs to the students. Students can apply for the jobs if they are eligible. The admin can manage the database and post upcoming job or internship opportunity which can be viewed by the students who are eligible for it. Admin can also view the Statistics of Current Placement Drive.

Use case Diagram for Admin

Use case Diagram for Student

ER Diagram

Schema Diagram

Installation and Project Startup Guide

Please refer to these links and make sure you have Python, Flask and Postgres installed and working properly on your machine:

Go to your Project Directory.

To run this project type:

  source venv/bin/activate
  export FLASK_APP=app
  export FLASK_ENV=development
  export DB_USERNAME="sammy"

Username might vary from user to user so remember you Username.

  export DB_PASSWORD="password"

Password might vary from user to user so remember you Password.

  flask run

If everything worked fine then you should see:

Now Open any browser and type the https link provided in the running server (https://127.0.0.1:5000).

Demo

About

The Placement Cell Management System permits the Student to login/sign-up into the application and view current job opportunities available. The System would store all the academic as well as personal details of the students who wish to be placed and the Companies who offer jobs to the students. Students can apply for the jobs if they are eligible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published