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.
- 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.
git clone https://github.com/Unnati-techie/job-search.git
cd jobsearch
Ensure you have Flask installed. You can install it using pip:
pip install flask
Start the Flask server:
python jobsearch/app.py
Open your browser and navigate to:
http://127.0.0.1:5001/
Use the form on the homepage to enter your desired location and tech stack, then submit to view search results.