An open API service indexing awesome lists of open source software.

https://github.com/almas-ali/jobify

A job complete searching and employment management platform.
https://github.com/almas-ali/jobify

bdjobs employee-management employee-management-system employment-tool job job-management onboarding

Last synced: 7 months ago
JSON representation

A job complete searching and employment management platform.

Awesome Lists containing this project

README

          

# Jobify - A job search web application

## Description

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.

## Table of Contents

* [Technologies](#technologies)
* [Installation](#installation)
* [Usage](#usage)
* [License](#license)
* [Contributing](#contributing)

## Technologies

* HTML
* CSS

* Bootstrap
* SweetAlert2

* JavaScript
* jQuery

* Python
* Django

* PostgreSQL
* Sqlite3

## Installation

To install necessary dependencies, run the following command:

```bash
# 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
```

## License

This project is licensed under the MIT license.

## Contributing

Contributions are welcome. Please open an issue if you would like to make a contribution to this project.