Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 1.74 KB

File metadata and controls

90 lines (62 loc) · 1.74 KB

CookBook - Kokaraamat

CookBook App in ASP.NET

Main page

Full list of recipies from all users with * Details link

Features

  • To log in users
  • Each user can create/read/update/delete their receipies
  • All receipies displayed on main page

Database

Database 'Kitchen'

Table 'Recipe':

Column Name Data Type
Id(Primary Key) int
Name varchar(50)
Author varchar(50)
Indrigents varchar(1000)
Method varchar(1000)
Comment varchar(300)
Image varbinary(MAX)

Table 'User'

Column Name Data Type
UserName nvarchar(50)
Password nvarchar(50)

Details view not logged in

With links to * List

Login page


List of users receipies

With CRUD options

Edit page

With * Save button * Back to list link

Create new page


Details view when logged in

With links to * Edit * List

HAPPY COOkING !!! :)