Skip to content

Files

Latest commit

3063bb3 · Dec 25, 2024

History

History
 
 

job-search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 25, 2024
Dec 25, 2024

Job Search website

This project provides a simple web application that allows users to search for jobs based on a specific location and tech stack. It includes an index.html file for the frontend and an app.py file for the backend.

Features

  • Search jobs by specifying a location and technology stack.
  • User-friendly interface to input search criteria.
  • Backend integration for processing and fetching job search results.

Setup and Usage

1. Clone the Repository

git clone https://github.com/Unnati-techie/job-search.git
cd jobsearch

2. Install Dependencies

Ensure you have Flask installed. You can install it using pip:

pip install flask

3. Run the Application

Start the Flask server:

python jobsearch/app.py

4. Access the Application

Open your browser and navigate to:

http://127.0.0.1:5001/

5. Search for Jobs

Use the form on the homepage to enter your desired location and tech stack, then submit to view search results.