Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 657 Bytes

SQL-Database-for-Web-Cookbook

Database project for a Web Cookbook. The relational database project was created using SQL Data Modeler and MySQL. It includes both the logical and relational models. The database has been implemented in a web application and tested using test data.

The database is represented by the following tables:

  • Media,
  • User,
  • Post,
  • Favourite Post,
  • Comment,
  • Preparation Step,
  • Ingredient.

Relational model

image

Logical Model

image