Skip to content
forked from sfd226/vote

Python Vote Service Application Source Code

Notifications You must be signed in to change notification settings

nagcassandra/vote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Dummy commit1
  • Dummy commit2
  • Dummy commit3

About

Python Vote Service Application Source Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.7%
  • HTML 36.7%
  • Python 23.0%
  • Dockerfile 2.6%