Skip to content

hanhdang2/NTSoftware

Repository files navigation

NTSoftware

Steps to Setup the .NET Core Back end app (NTSoftware)

  1. Clone the application

  2. Change MSSQL username and password as per your MSSQL installation

  • open NTSoftware/NTSoftware/appsettings.json file.
  • change DefaultConnection properties as per your MSSQL installation: Server=localhost;Database=NTSoftware;User Id=sa;Password=YOURPASSWORD;MultipleActiveResultSets=true
  1. Run Migrations using .NET Core CLI
dotnet ef migrations add InitialCreate
dotnet ef database update
  1. Run App

Steps to Setup the Angular Front end app (NTSoftware/NTSoftware/ClientApp)

First go to the ClientApp folder -

cd NTSoftware/NTSoftware/ClientApp

Then type the following command to install the dependencies and start the application -

npm install
ng serve --open

The front-end server will start on port 4200.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published