LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Add "Apply" Button and Application Form #22

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

Description: Add an "Apply" button for each job ad, which opens a form for the user to input their name, email, and message. Save application data to the database. Tasks: Add an "Apply" button to the job listings. Create a pop-up or modal form for user inputs. Create API endpoints to save the application data. Integrate the form with the backend API.

Deyanvkc commented 3 days ago

Button Apply was created : all informations is not required because apply get the userId and offerId for add the user in offer.jobapplication. Only the message is required but for the moment Apply add all without message and work in the backend. Api is created and work.