Skip to content

ubnetdef/commerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commerce

This is the bank for UB Lockdown competition

Development

When working on development use docker compose up -d to start the containers for development

use docker compose build if it does not update

Deployment

To deploy, we push the images to ghcr

instructions are at https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

To build and push the containers use

docker build -t ghcr.io/ubnetdef/commerce-api:latest .
docker push ghcr.io/ubnetdef/commerce-api:latest

docker build -t ghcr.io/ubnetdef/commerce-ui:latest .
docker push ghcr.io/ubnetdef/commerce-ui:latest

About

Commerce: Bank and Store

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 59.1%
  • Vue 25.9%
  • JavaScript 11.0%
  • HTML 1.9%
  • Dockerfile 1.8%
  • Shell 0.3%