Skip to content

jetify-examples/python-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages