https://github.com/yuxiaoy1/simple-pastebin
A simple pastbin app built with async flask and friends.
https://github.com/yuxiaoy1/simple-pastebin
async flask pastebin
Last synced: 8 months ago
JSON representation
A simple pastbin app built with async flask and friends.
- Host: GitHub
- URL: https://github.com/yuxiaoy1/simple-pastebin
- Owner: yuxiaoy1
- Created: 2024-07-15T13:32:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:21:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T16:39:43.296Z (over 1 year ago)
- Topics: async, flask, pastebin
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 51
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Pastebin
A simple pastbin app built with async flask and friends.

You can clone this repo and run `pip install -r requirements.txt && flask run`, then open `http://127.0.0.1:5000` to checkout the app.