mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
* add frontmatter to BlitzJS starter * add frontmatter to all starters * add plugins and envVars * fix envVars formatting * fix key for defaultValue in envVars * remove unused frontmatter
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Flask | A Flask app |
|
Python Flask Example
This is a Flask app that serves a simple JSON response.
✨ Features
- Python
- Flask
💁♀️ How to use
- Install Python requirements
pip install -r requirements.txt - Start the server for development
python3 main.py