Skip to content

hoaint235/micro-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-architecture

Business Architecture

business architecture

Technical stack

Backend

  • .NET 5

Frontend

  • ReactJS typescript

Installation

  1. Install Docker ( if not install before ).
  2. Download project from github ( https://github.com/hoaint235/micro-architecture )
  3. Go to file hosts in windows to add config with ip of your network, example:
192.168.1.1 micro-portal 
  1. Extract files.
  2. Open deployment folder
  3. Run command line to install softwares in project
docker-compose -f docker-compose-software.yml up
  1. 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
  1. 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
  1. Open any browser and type http://micro-portal-docker:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published