https://github.com/sizhky/flask-metadata
https://github.com/sizhky/flask-metadata
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sizhky/flask-metadata
- Owner: sizhky
- Created: 2023-02-13T06:52:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T07:10:59.000Z (over 2 years ago)
- Last Synced: 2025-02-08T11:44:46.862Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
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/zUcpux)
## ✨ Features
- Python
- Flask## 💁♀️ How to use
- Install Python requirements `pip install -r requirements.txt`
- Start the server for development `python3 main.py`