GithubHelp home page GithubHelp logo

job-portal's Introduction

Job Portal

Job Portal is a web application built with Flask and MongoDB that allows users to view open job positions, apply for job roles, and submit their job applications.

Features

  • Display a list of open job positions.
  • Allow users to apply for specific job roles.
  • Collect and store job applications in a MongoDB database.

Output

a7c3e9b6-91f9-4c8e-bd5f-a5e3ddf0a9bd.mp4

Getting Started

These instructions will help you set up and run the project on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • MongoDB Atlas account (for database storage)

Installation

  1. Clone the repository: git clone https://github.com/shailesharya/job-portal.git cd job-portal

  2. Create a virtual environment (recommended): python -m venv venv source venv/bin/activate # On Windows, use: venv\Scripts\activate

  3. Install the project dependencies: pip install -r requirements.txt

  4. Set up MongoDB Atlas:

  • Create a MongoDB Atlas account if you don't have one.
  • Set up a MongoDB cluster and configure your connection string.
  1. Configure the application: Update the connection_string variable in app.py: connection_string = "mongodb+srv://:@cluster0.u0pmbr0.mongodb.net/"

  2. Start the Flask application: flask run

  3. Access the application in your web browser at http://localhost:5000.

Usage

  • Visit the home page to view open job positions.
  • Click on a job role to apply for it.
  • Fill out the application form, upload a resume, and submit the application.

Screenshot

  1. HomePage: 1
  2. Job Details 2
  3. Job Application Form 3
  4. Job Application Form Filled with Details 4
  5. Application Submitted Success!!! 5
  6. Mongo DB Database for Job Listing 6
  7. Mongo DB Database for Storying Applicant Information with CV 7

job-portal's People

Contributors

shailesharya avatar

Watchers

 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.