Nonstop API
Running locally
- Ensure all of the Technical Requirements are installed
- Create a database on your local SQL Server called
Nonstop
- Open Visual Studio Code and select the Debug Tab
- Select
Migrations from the dropdown and hit play
- In the console window which opens, press
Y, wait for the migrations to complete and then press Enter to exit
- Return to the Debug Tab and select
Admin API and hit play. Your browser should open at http://localhost:5000/swagger/index.html.
- From a terminal (you can use the integrated VS Code Terminal by selecting View > Terminal > Customize > Git Bash), run
cd ./angular
yarn install
ng serve
- Your browser should open at http://localhost:4200/account/login
- Return to the Debug Tab in VS Code and select
Public API and hit play. Your browser should open at http://localhost:63706/