Skip to content

stefanDjacic/yumapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YumApp

Social network for chefs all over the world.
Share your favourite meals with others.

Entity–relationship model

model photo

Relational model

AppUser(Id, FirstName, LastName, DateOfBirth, DateCreated, Country, Gender, About, PhotoPath, Password, Email, UserName)
User_Follows(FollowerId, FollowsId, DateOfFollowing)
Notification(ReceiverId, Id, NotificationText, TimeOfNotification, IdForRedirecting, InitiatorId)
Post(AppUserId, Id, Content, Notes, NumberOfYums, TimeOfPosting, IsReported)
Yummy_Post(AppUserId, PostAppUserId, PostId, DateYummed)
Comment(AppUserId, PostId, Content, TimeOfCommenting, CommentatorId)
Ingredient(Id, Name, Description, PhotoPath)
Post_Ingredient(AppUserId, PostId, IngredientId)

Technologies

C#, ASP.NET Core MVC, Entity Framework Core, MS SQL Server, HTML5, CSS3, Bootstrap, JavaScript, jQuery, SignalR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published