Skip to content

A copy of the website demonstrated during the Braven-Panasonic Spring 2020 challenge.

Notifications You must be signed in to change notification settings

zibdie/ACMEServicesDemo2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panasonic Braven Spring 2020 Challenge - ACME Panel Concept

https://github.com/zibdie/ACMEServicesDemo2020

The code for a mockup panel demonstrated in front of Panasonic North America executives during the Panasonic Braven Spring 2020 Challenge. The panel design, along with our other suggestions, won us first place in the competition.

The panel was supposed to be a mockup and easily ran on a USB, hence why you see no real security or infastructure put in place.

The requirements.txt is just to install a package for the Python files that I made as helper files for me, not needed to run the website.


If you wish to test it out locally, you can spin up a Docker container by running these two commands:

> docker build -t acmeservicesdemo2020 .
> docker run -d -p 8345:80 acmeservicesdemo2020

Or you can just pull and run it from DockerHub here . This is recommended since you will have the latest version:

> docker run -d -p 8345:80 zibdie/acmeservicesdemo2020:latest

We also have a live demonstration online if you cannot run it locally here .

About

A copy of the website demonstrated during the Braven-Panasonic Spring 2020 challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published