Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```