Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:21:16.000Z (5 months ago)
- Last Synced: 2024-10-14T02:26:51.413Z (2 months ago)
- Topics: async, flask, pastebin
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 50
- Watchers: 2
- Forks: 6
- 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.
![simple-pastebin](https://github.com/user-attachments/assets/241a03ac-0045-450b-9e63-f1be72d23fb4)
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.