mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
24 lines
592 B
Markdown
24 lines
592 B
Markdown
---
|
|
title: Flask
|
|
description: A popular minimal server framework for Python.
|
|
tags:
|
|
- python
|
|
- flask
|
|
---
|
|
|
|
# Python Flask Example
|
|
|
|
This is a [Flask](https://flask.palletsprojects.com/en/1.1.x/) app that serves a simple JSON response.
|
|
|
|
[](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fflask)
|
|
|
|
## ✨ Features
|
|
|
|
- Python
|
|
- Flask
|
|
|
|
## 💁♀️ How to use
|
|
|
|
- Install Python requirements `pip install -r requirements.txt`
|
|
- Start the server for development `python3 main.py`
|