flask_starter_app

Simple flask starter app utilizing docker to showcase seasonal anime using jikanpy (myanimelist unofficial api).

Article

Link to write-up here

Docker Quickstart

Using Docker is recommended, as it guarantees the application is run using compatible versions of Python and Node.

Inside the app there a Dockerfile to help you get started.

To build the development version of the app

docker build -t flask-starter-app .   

To run the app

 docker run --name=flask-app -p 5001:5000 -t -i flask-starter-app  

If everything went well, the app should be running on localhost:5001

GitHub

GitHub - KenMwaura1/flask_starter_app: simple flask starter app utilizing docker
simple flask starter app utilizing docker . Contribute to KenMwaura1/flask_starter_app development by creating an account on GitHub.