A small API builded with ASP.NET / swagger
- You need to have Visual Studio Community installed to get started
- Open the appsetings.jon file and change server name;
- Open the Package Manager Console;
- In Package Manager Console write
add-migration "name of your migration"
- After that, run
update-database
- and now you can run it ;).