Files
archived-starters/examples/flask
Faraz Patankar 5c66af4831 Add frontmatter to all starters (#98)
* 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
2021-05-13 02:56:21 -04:00
..
2021-02-02 06:54:42 +00:00
2021-02-18 23:35:30 -08:00
2021-02-02 06:54:42 +00:00
2021-02-02 06:54:42 +00:00

title, description, tags
title description tags
Flask A Flask app
python
flask

Python Flask Example

This is a Flask app that serves a simple JSON response.

Deploy on Railway

Features

  • Python
  • Flask

💁‍♀️ How to use

  • Install Python requirements pip install -r requirements.txt
  • Start the server for development python3 main.py