Files
archived-starters/examples/flask/README.md
2021-02-02 06:54:42 +00:00

507 B

Python Flask Example

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

Deploy on Railway

Features

  • Python
  • Flask
  • Postgres
  • TypeScript

💁‍♀️ How to use

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