ard1498 / vote

Python Vote Service Application Source Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vote App Frontend

This is a frontend app, part of Example Voting App.

To build and run this app as a container,

  • use python:alpine3.17 container base image
  • map/expose container port 80
  • copy over the source code
  • run pip install -r requirements.txt to install dependencies
  • launch the app with gunicorn app:app -b 0.0.0.0:80 command

testing commit to trigger workflow

testing commit 2

About

Python Vote Service Application Source Code


Languages

Language:CSS 37.7%Language:HTML 36.7%Language:Python 23.0%Language:Dockerfile 2.6%