Skip to content

a88mahmud/helloworld-python

 
 

Repository files navigation

hello-python

Very simple hello world python Flask application.

What you'll need

  • Python 3.6 or later
  • Pip

Stack

  • Flask

Run locally

  • python3 -m venv .venv
  • source .venv/bin/activate
  • pip3 install -r requirements.txt
  • python3 main.py

About

simple python hello world with flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • Dockerfile 42.4%