job-portal

How to get started:

1. Create a new virtual environment:
$ mkvirtualenv job-portal

2. Install any dependencies needed.
$ pip install django
$ pip install mysqlclient

3. Set up the following environment variables. A new key can be generated using the following website: https://www.miniwebtool.com/django-secret-key-generator/
$ export KEY='your_key_here'
$ export NAME=name_of_database
$ export USER=name_of_user
$ export PASSWORD=password

4. Display the environment variables and check that they are present.
$ printenv

5. Run the server to check that it works.
$ python manage.py runserver

REFERENCES:


Used to create demo content for job postings.
https://careers.google.com/teams/
https://www.linkedin.com/jobs/view/designer-jacquards-at-lululemon-1309107024/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic&originalSubdomain=ca
https://www.linkedin.com/jobs/view/finance-manager-at-amazon-1091467832/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic&originalSubdomain=ca
https://www.linkedin.com/jobs/view/ca-genius-at-apple-1327471908/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic&originalSubdomain=ca
https://www.linkedin.com/jobs/view/junior-accountant-at-lululemon-1315092572/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic&originalSubdomain=ca