- Go to src/Services/Identity/Identity.Api/client-ui and run
npm install
- Go to root directory and run
docker-compose up
- Run microservices like
- Go to src/Services/Identity/Identity.Api
- Run
dotnet run
ordotnet watch run
to allow hot reload
Nice bro, you did it!