stanislavstoyanov99 / CookingHub

ASP.NET Core team application for the course Software Technologies 2020 at Technical University of Sofia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database models should be created

stanislavstoyanov99 opened this issue · comments

The first step in building our application is to set up database models and their relationships. Our project will use code-first model and migrations using MSSQL Server.