Skip to content

unnati-joshi/job-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Fetches jobs based on given techstack and location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published