Hrithik5 / Aceplacement

💻 Website developed for training and placement office to help and organize and motivate students much more efficiently. Also to help them get better job opportunities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aceplacement

🏢Website developed for training and placement office to help them organize and motivate students much more efficiently. Also, to help them get better job opportunities.


HOME Page (1)

Getting Started

Steps:

  1. Clone the repository
  2. Create a virtualenv with py -m virtualenv env
  3. Activate the virtual env using env\Scripts\activate
  4. You've setup the virtual env and you're good to run the project.

Installation

To run the project install django and django-bulma packages

pip install django django-bulma

Login

You can access the django admin page at http://127.0.0.1:8000/admin and login with username 'admin' and the password as admin123. Also a new admin user can be created using

python manage.py createsuperuser

Usage

Go to TPO folder and run
py manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/

This project includes:

->Our project consists of sign in and login page for students as well for admin.

->Then comes the upcoming events section where the students can login for the events such as Training for Internships, Machine Learning, AR/VR and so on.

->Then it displays the list of current companies where you can apply for the role that you wished for.

->Also, it shows the results of the current rounds of the company.

-> We have also designed statistics of the previous years using chart.js and the user can also download the report of previous years.

->Lastly, we have implemented a chatbot so that the students can ask any questions regarding placement and current companies rounds, tentative dates or package.

About

💻 Website developed for training and placement office to help and organize and motivate students much more efficiently. Also to help them get better job opportunities.


Languages

Language:HTML 73.4%Language:Python 17.4%Language:JavaScript 6.2%Language:CSS 3.0%