halchester / awscc-e1-demo

A demo deployment for cloud computing AWS Cloud Club event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Clone the repo
    git clone https://github.com/halchester/awscc-e1-demo
  2. Have python 3.12.2 installed - link
  3. Have docker installed
  4. Build the docker image
    docker build -t awscc-e1-demo .
  5. Run the docker image
     docker run -p 8000:8000 awscc-e1-demo
  6. Open your browser and go to http://localhost:8000/
  7. You should see the app running

About

A demo deployment for cloud computing AWS Cloud Club event


Languages

Language:Python 81.6%Language:HTML 18.4%