Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 913 Bytes

File metadata and controls

28 lines (16 loc) · 913 Bytes

Python/Flask Example Project

Deploy on Jetify

Flask is a microframework for Python web services. This repo is an example project for use with Jetify Cloud

How to Use

  • 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

About this project

Note that this project creates a venv automatically, and activates it before running any commands or shells.

Packages Installed

  • Python@3.11
  • Gunicorn
  • Flask

Scripts

Install: pip install -r requirements.txt

Start: gunicorn -w 2 -b 0.0.0.0:8080 main:app