Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 366 Bytes

Welcome to Citizens World

Prerequisites:

In order to run the project

  1. You need to download the .nuget packages using visual studio or Net Core CLI
  2. Run the following commands in the Console Package Manager inside Visual Studio
    • Add-Migration Initial-Create
    • Update-Database

Thanks!