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.
- Host: GitHub
- URL: https://github.com/almas-ali/jobify
- Owner: Almas-Ali
- License: mit
- Created: 2023-09-27T17:36:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T11:54:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T15:28:40.649Z (9 months ago)
- Topics: bdjobs, employee-management, employee-management-system, employment-tool, job, job-management, onboarding
- Language: JavaScript
- Homepage: https://jobify-job.onrender.com
- Size: 21 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.