As part of the Microsoft Engage WIT Hackathon, I have worked on the Job Search App Challenge. The web application developed has been deployed on Heroku Platform. The following link is a functioning prototype of the developed web application. https://bluecollarjobs.herokuapp.com/
The video in this repository is a demo of working of the application. The file is named as: JobSearchApp.mp4 The following is the Youtube link to the video demo: https://youtu.be/2bElm8dupUA
The Job Search App Web Application has the following features:
- Register Feature for both JobSeeker and Employer
- Login Feature for both JobSeeker and Employer
- Search bar for ease of searching for a particular job
- Application Forms to be filled for the Jobs by Jobseekers
- Displaying Jobs of different Categories
- Adding Job Availability Feature
- Adding Important Posts Feature
- Displaying added jobs
- Displaying added posts
- Adding Profile Information and displaying it
- Test cases to check the working
- API for Candidate Applications
- Web Scraping feature to get jobs information from the web
The Tech Stack mainly used in developing the application is Django Framework.