https://github.com/t-eckert/flask
https://github.com/t-eckert/flask
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/t-eckert/flask
- Owner: t-eckert
- Created: 2021-04-22T18:44:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T18:44:58.000Z (about 5 years ago)
- Last Synced: 2025-02-18T09:51:23.718Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- Postgres
- TypeScript
## 💁♀️ How to use
- Install Python requirements `pip install -r requirements.txt`
- Start the server for development `python3 main.py`