Python + Flask

Framework
Python + Flask
Category
Full Stack
Publisher
Jetify
{
  "$schema":  "https://raw.githubusercontent.com/jetify-com/devbox/0.0.0-dev/.schema/devbox.schema.json",
  "packages": ["python@3.11"],
  "shell": {
    "init_hook": [
      ". $VENV_DIR/bin/activate"
    ],
    "scripts": {
      "install": "pip install -r requirements.txt",
      "start": "gunicorn -w 2 -b 0.0.0.0:8080 main:app"
    }
  }
}

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

README.md

Level up your dev environment

No need to switch your style. Devbox works with any coding language, so you can get results as you write.
PREPARE FOR LAUNCH

Plans for teams of any size

Jetify Cloud offers pricing plans for Solo Developers to Large Enterprises, and everything in between. All plans include free credits, and you are only billed for what you use. Need something custom? Contact our team and we can help.
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetify team and others.