LittleMoonie / JoblessAndFound

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

Setup SQL Database #18

Closed LittleMoonie closed 1 week ago

LittleMoonie commented 1 week ago

Description: Create an SQL database to store job advertisements, companies, people, and job applications. Tasks: Create a table for storing job advertisements. Create a table for storing company details. Create a table for storing user data (people applying to or managing ads). Create a table for managing job application data (emails, people, ads linked). Add any additional tables/fields as necessary.