You will need the following tools:
- VS Code
- .Net Core 6 or later
- Docker Desktop
1 - Clone the repository
2- Docker/Docker Desktop should be running.
3- At the root directory which include docker-compose.yml files, run below command:
docker-compose build
docker-compose up -d
4- You can access to services with below links :
http://localhost:5225 -> Management API
http://localhost:5224 -> UserPortal API
Project Architecture
Next Features:
- API Gateway
- Identity API
