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
- Host: GitHub
- URL: https://github.com/ironcore864/python-flask-hello-app
- Owner: IronCore864
- Created: 2018-02-24T07:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T07:45:01.000Z (over 8 years ago)
- Last Synced: 2025-03-27T19:19:03.335Z (over 1 year ago)
- Topics: backend, flask, python
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`