docs: Add README.md

This commit is contained in:
ChronosX88 2019-09-26 01:59:44 +04:00
parent 1025dee279
commit cbe343df0e
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# 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:
2. Run Angular development server:
```
$ cd ClientApp
$ ng serve
```
3. Run backend:
```
$ dotnet run
```