Skip to content

jzlotek/bc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action Status

Purpose

Project for SE 575 at Drexel University

Learn software architecting principles through creating a modular interface for a blockchain system.

Technologies Used

Frontend

  • Vue

Backend

  • Go

Infrastructure

  • Docker
  • Docker Compose
  • Kubernetes
  • Traefik

Instructions

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
  • 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