Project for SE 575 at Drexel University
Learn software architecting principles through creating a modular interface for a blockchain system.
- Vue
- Go
- Docker
- Docker Compose
- Kubernetes
- Traefik
You can specify the ports, flags, and tags. These are some example commands
- From source:
- Run:
docker-compose up --build
- Go to
http://localhost:8000
- Run:
- From pre-built images:
docker pull jzlotek/bcfrontend:1.5.0
docker pull jzlotek/bcbackend:1.5.0
docker run -d -p 8080:80 jzlotek/bcfrontend:1.5.0
docker run -d -p 8081:8000 jzlotek/bcbackend:1.5.0