- .NET 5
- ReactJS typescript
- Install Docker ( if not install before ).
- Download project from github ( https://github.com/hoaint235/micro-architecture )
- Go to file hosts in windows to add config with ip of your network, example:
192.168.1.1 micro-portal
- Extract files.
- Open deployment folder
- Run command line to install softwares in project
docker-compose -f docker-compose-software.yml up
- Run command line to build and run services backend
docker-compose -f docker-compose-backend.yml build
docker-compose -f docker-compose-backend.yml run
- Run command line to build and run frontend
docker-compose -f docker-compose-frontend.yml build backoffice
docker-compose -f docker-compose-frontend.yml run backoffice
- Open any browser and type http://micro-portal-docker:9000