InstructorsListAppTA/README.md
2019-09-26 01:59:44 +04:00

445 B

InstructorsList Application Test Assignment

Requirements

  1. .NET Core Runtime >2.2.6
  2. .NET Core SDK >2.2.108
  3. Microsoft SQL Server 2017

Building & running

  1. Correctly setup connection string to database in appsettings.json. NOTE! Your MS SQL Server user must have dbcreator server role.

In the root of repo:

  1. Run Angular development server:
$ cd ClientApp
$ ng serve
  1. Run backend:
$ dotnet run