Skip to content

fromgopi/Flask-Casts

Repository files navigation

Flask-Casts

My experiments with Flask and Python

To run the app in local env.

cd web
pip install -r requirements.txt
python3 app.py

To run in Develop server

cd web docker build -t project -f Dockerfile . cd ../ docker-compose up -d

To check if app is running

docker ps.

About

My experiments with Flask and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published