Git Product home page Git Product logo

jobspy's Introduction

JobsPy - LIVE DEMO JobsPy

JobsPy is a job portal designed to connect job seekers with companies. It provides a platform for job seekers to showcase their skills and for companies to advertise job openings and manage applications. main

Features

  • User Authentication: Utilizes Django's built-in authentication system for secure user registration and login.

  • Login with Google and GitHub login

  • User Roles: Supports two types of users: job seekers and companies.

    singUp

  • ** Notifications system **

    notifications

    notifications2

  • Job Seeker Profile:

    • Personal Information: First name, last name, nationality, occupation, etc.
    • Social Links: LinkedIn, GitHub, personal website.
    • About: A brief description of the job seeker.
    • Education: Allows job seekers to add their educational background.
    • Skills: Job seekers can add their skills to their profile.

jobseekers jobs1 jobss2

  • Company Profile:
    • Company Information: Name, description, location, email, website URL, etc.
    • Image: Option to upload a company logo or image.

company_dashboard

  • Job Listings:

    • Companies can publish job listings with details such as job title, description, requirements, etc.
    • Job seekers can search for and apply to job listings.

    jobsall

  • Application Tracking:

    • Companies can track and manage job applications received for their listings.
    • Job seekers can view the status of their applications. applicant
    • Blog with Django REST Framework
    • Create, read, update, and delete blog posts.
    • Add comments to blog posts.
    • Rich text editing for blog post content using CKEditor.
    • User authentication and authorization.
    • Pagination for blog posts and comments.
    • API endpoints for retrieving and manipulating blog posts and comments. blog Blog2

API Endpoints

/api/blog/: List and create blog posts. /api/blog//: Retrieve, update, or delete a specific blog post. /api/blog//comments/: List and create comments for a specific blog post. /api/blog//comment//: Retrieve, update, or delete a specific comment.

rest

Newsletter

Subscribe for newsletter ( Celery and Redis for sending mails ) newsletter

Contact From

Send mail for confirmation to you and to admin ( Celery and Redis for sending mails ) contactUs

Technologies Used

  • Django: Backend framework for building the web application.
  • Python: Programming language used for backend development.
  • HTML/CSS/JavaScript: Frontend technologies for user interface and interactivity.

Make .env Files

See envSampe.txt

Installation

To run JobsPy locally, follow these steps:

  1. Clone this repository: git clone https://github.com/Nedelchev86/jobsPy.git
  2. Install dependencies: pip install -r requirements.txt
  3. Run migrations: python manage.py migrate
  4. Create a superuser: python manage.py createsuperuser
  5. Start the development server: python manage.py runserver
  6. Access the application at http://localhost:8000

Contributors

License

jobspy's People

Contributors

nedelchev86 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.