assignment

Frontend Deploy link:-https://akashkanade.netlify.app

backend api Routes:-

1)seach keywords

  • methos:-GET
  • Route :- /adds/search/:keyword
  • keyword is searching string
  1. get all ads
  • method :- GET
  • Route :- /adds/getall
  1. get company by id
  • method :- GET
  • Route :- /company/:id
  • id is company id

search functionality:-

  1. Initially, you will get all ads result.

  2. To search enter keywords in the search bar and press the search icon