Prerequisites:
In order to run the project
- You need to download the .nuget packages using visual studio or Net Core CLI
- Run the following commands in the Console Package Manager inside Visual Studio
- Add-Migration Initial-Create
- Update-Database
Thanks!