mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 06:32:19 +00:00
.vscode | ||
ClientApp | ||
Controllers | ||
Models | ||
Pages | ||
Properties | ||
wwwroot | ||
.gitignore | ||
appsettings.Development.json | ||
appsettings.json | ||
instructors-crud-test-task.csproj | ||
omnisharp.json | ||
Program.cs | ||
README.md | ||
Startup.cs |
InstructorsList Application Test Assignment
Requirements
- .NET Core Runtime
~2.2.6
- .NET Core SDK
~2.2.108
- Microsoft SQL Server 2017
- NodeJS
~12.9.1
- NPM
~6.11.3
Building & running
- Correctly setup connection string to database in
appsettings.json
. NOTE! Your MS SQL Server user must havedbcreator
server role.
In the root of repo:
- Run Angular development server:
$ cd ClientApp
$ ng serve
- Run backend:
$ dotnet run