Find jobs app can be used to post jobs, search jobs and apply to a job tasks with authentication.
git clone https://github.com/MbxrAteeq/Find-Jobs.git
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
https://drive.google.com/file/d/1rY9xZWuFUc_POPl3QggMIpjv_f06oi_5/view?usp=sharing
email = [email protected]
password = 123admin123
docker-compose up -d