Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksmithop/my-api
Quart api server to make my life easier
https://github.com/blacksmithop/my-api
api python quart web-application
Last synced: 23 days ago
JSON representation
Quart api server to make my life easier
- Host: GitHub
- URL: https://github.com/blacksmithop/my-api
- Owner: blacksmithop
- Created: 2022-05-07T11:05:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T11:37:23.000Z (over 2 years ago)
- Last Synced: 2024-10-15T02:22:56.222Z (3 months ago)
- Topics: api, python, quart, web-application
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# my-api
Quart api server to make my life easier
### Installation
```bash
python3 -m pip install pipenv
``````bash
pipenv sync
```### Running
```bash
quart run
```