Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.5 KB

TPO Website

home

Getting Started

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env and install dependencies
  3. Configure your .env files.
  4. Activate the virtual env using Scripts/activate
  5. You've setup the virtual env and you're good to run the project.

Installation

pip install django
pip install 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_website folder and run
python 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.