Skip to content

Latest commit

 

History

History

Chapter12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter 12 - Interacting with RESTful APIs

To restore the frontend code for this chapter, open the Finish\frontend folder in Visual Studio Code and run npm install in the terminal. Enter your Auth0 settings in AppSettings.ts. npm start will then run the app in dev mode.

To restore the backend code for this chapter, open QandA.sln in the Finish\backend folder in Visual Studio. Double check the connection string in appsettings.json points to your database and that the Auth0 settings are correct. Press F5 to run the app.