Job Portal made with Django & Bootstrap.
open terminal and type
https://github.com/chandrachuds/Job-Portal.git
or simply download using the url below
https://github.com/chandrachuds/Job-Portal.git
pip install -r requirements.txt
Set the database from settings.py
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py runserver