File size: 567 Bytes
4d45de7
b4e236e
 
 
9abd19b
 
 
 
 
 
4d45de7
 
b4e236e
 
 
 
 
 
 
 
 
 
 
 
 
 
9abd19b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Flask
description: A popular minimal server framework for Python
tags:
- python
- flask
sdk: docker
emoji: 🔥
colorFrom: purple
colorTo: purple
---

# Python Flask Example

This is a [Flask](https://flask.palletsprojects.com/en/1.1.x/) app that serves a simple JSON response.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/zUcpux)

## ✨ Features

- Python
- Flask

## 💁‍♀️ How to use

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