Skip to content

Created Job Board project

deepthi.gaddipati.f2jn requested to merge jobboard_proj into main
  • Added code to complete the Flask installation and creating a table Job in the SQl Lite database
  • Added login page with user authentication, register new account and logout functionalities
  • Created a new SQL lite db for storing the job postings and retrieving them. Added the functionality to add a new job posting and displaying that new job posting for only authenticated users who login to the Job board application
  • Added code for filter functionality
  • Added the code to retrieve job postings using Adzuna API service, convert the results to desired format and display them along with the job postings stored in the job listings database
  • Added Pagination functionality to the job listings page so each page can limit the number of job listings displayed to 5
  • Added styling for all components in all pages
  • Added a new Account page where the user can see his account details and also upload their resume if they want to, and also view the resume he uploaded
  • Added greeting based on the time of the day and some styling
  • Added pytests for all the routes and working on them
  • Added the ReadMe file with all the details required for this project

Merge request reports