Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 506 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 506 Bytes

Chapter 15 - Implementing CI and CD with Azure DevOps

To restore the frontend code for this chapter, open the frontend folder in Visual Studio Code and run npm install in the terminal. Enter your backend paths and Auth0 settings in AppSettings.ts. Put your test username and password in the cypress tests.

To restore the backend code for this chapter, open QandA.sln in the backend folder in Visual Studio. Put your connection string and Auth0 settings in all the appsettings.*.json files.