An open API service indexing awesome lists of open source software.

https://github.com/ironcore864/python-flask-hello-app


https://github.com/ironcore864/python-flask-hello-app

backend flask python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Flask Helloworld App

# Dependency

`pip3 install -r requirements.txt`

# Test

`python3 -m unittest discover test`

or CI status:

https://github.com/IronCore864/python-flask-hello-app/commits/master

# Docker

## Hub

https://hub.docker.com/r/ironcore864/flask-hello/

## Build

`make build`

## Run

`make run`

Default port 5000

## Shell

`make shell`

## Stop

`make stop`

## Clean

`make clean`