The Placement Management portal is a tool that is used by both students and administrators in order to coordinate college placement. This portal allows students to view upcoming companies and their eligibility requirements. In addition, the portal allows administrators to add, edit, and delete companies and students as needed.
The portal is designed to be user-friendly and efficient. Students can easily view the list of upcoming companies and apply for them if they are eligible for the company. Additionally, students can view their own details such as basic details, academic details, and placement details. If a student has multiple offers, they can also use the portal to select the company they would like to work for.
On the other hand, administrators have complete control over the academic details of the students which are provided by the college. The administrators can also add and remove companies from the list of companies. They can also set the companies' eligibility and date of arrival, as well as the package offered.
To go through the features provided to the student by the portal, you can use the following credentials:
UserID: DEMO
Password: DEMO@123
PS: Don't change the password!
-
Frontend:
-
Backend
-
Database
-
Others
yarn
yarn gen
- Frontend:
./apps/web/.env.local
NEXT_PUBLIC_API_URL = <BACKEND URL>
- Backend:
./apps/api/.env
DATABASE_URL = <DATABASE URL>
JWT_SECRET = <JWT SECRET>
- With docker-compose:
docker-compose up
-
Without docker-compose:
-
Development mode
yarn dev
-
Production mode
yarn start
-