Skip to content

alaturqua/my_flask_app

Repository files navigation

My Flask App

A simple Flask Blog App with Authorization integrated docker

To run the app:

Requirements:

- Docker
- Python3

To run in production with docker:

    $ git clone https://github.com/alaturqua/my_flask_app.git
    $ docker-compose up
    
    
Visit http://localhost

It will be served on port 80

To run locally in development:

    $ git clone https://github.com/alaturqua/my_flask_app.git
    $ pip3 install -r requirements.txt
    $ python3 app.py
Visit http://localhost:5000

About

Flask Blog App using SQLAlchemy with sqlite3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published