Flask is a microframework for Python web services. This repo is an example project for use with Jetify Cloud
- Create an account on Jetify Cloud
- Fork or clone this repo to your own account
- In the Jetify Dashboard, create a new project, and select the cloned repo from your account
Note that this project creates a venv
automatically, and activates it before running any commands or shells.
- Python@3.11
- Gunicorn
- Flask
Install: pip install -r requirements.txt
Start: gunicorn -w 2 -b 0.0.0.0:8080 main:app