USTM-Library-API

A small API builded with ASP.NET / swagger

Getting started

Prerequisites

Before Running The App follow these steps

  • 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 ;).