Ability to register an advertisement for an employer and find a suitable job for a job seeker. written in Django.
- clone the project
- go to project directory
cd OnlineJobPortal-Django
- make sure you have python3, pip and virtualenv installed in your machine
- create virtualenv :
python -m venv venv
- active virtualenv: on mac & linux:
source venv/bin/activate
, on windows :venv\scripts\activate
- install requirements :
pip install -r requirements.txt
- run :
python manage.py migrate
- to run the server :
python manage.py runserver
- finally in your browser enter this address
http://127.0.0.1:8000/
- python3
- Django3.2.6
- BootStrap4
- SQlite datebase