A simple Flask Blog App with Authorization integrated docker
- Docker
- Python3
$ git clone https://github.com/alaturqua/my_flask_app.git
$ docker-compose up
Visit http://localhost
It will be served on port 80
$ git clone https://github.com/alaturqua/my_flask_app.git
$ pip3 install -r requirements.txt
$ python3 app.py
Visit http://localhost:5000