mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 22:52:19 +00:00
docs: Add README.md
This commit is contained in:
parent
1025dee279
commit
cbe343df0e
21
README.md
Normal file
21
README.md
Normal 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user