Jobify is a job search web application that allows users to search for jobs by location and job title. Users can also save jobs to their profile and apply to jobs directly from the application.
-
HTML
-
CSS
-
Bootstrap
-
SweetAlert2
-
JavaScript
-
jQuery
-
Python
-
Django
-
PostgreSQL
-
Sqlite3
To install necessary dependencies, run the following command:
# Clone the repository
git clone https://github.com/Almas-Ali/jobify.git
# Change directory to jobify
cd jobify
# Create a virtual environment
python -m virtualenv venv
# Activate the virtual environment
# Linux / Mac - Bash / Zsh
source venv/bin/activate
# Windows - CMD
venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the application
python manage.py runserver
This project is licensed under the MIT license.
Contributions are welcome. Please open an issue if you would like to make a contribution to this project.