First you may need to create a folder for the database: C:\db\Identity.sqlite
You can change this in the appsettings of IdentityApp
Now set both Apps to run in Visual Studio
This app is responsible for Create And Login UsersFor now it is only possible to Create User with Swagger. But when it is created, open the ReactApp and Login with the new User. When it is logged, you will be redirected to the PersonalInfo App.
Here are the URLs:
- API Swagger: http://localhost:4001
- React App: https://localhost:4002
Here are the URLs:
- API Swagger: http://localhost:9001
- React App: https://localhost:9002