SvetlanaSurzhan / recipes-site

Recipes Web Application
1 stars 0 forks source link

User story #2: Create a DB table for recipes. #35

Open SvetlanaSurzhan opened 4 years ago

SvetlanaSurzhan commented 4 years ago

As an application developer of the Recipe web application, I need to create a database table for the recipes so that will help to store and retrieve data.

SvetlanaSurzhan commented 4 years ago

Acceptance criteria:

  1. Create a new DB called "recipeDb".
  2. Create a new DB table called "Recipes".
  3. Table should include columns for the name of recipe, picture, type, and description.
  4. Description field should be more than 2000 characters.