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

https://github.com/joeriddles/iphone-image-api


https://github.com/joeriddles/iphone-image-api

fastapi flyio pillow python

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# iPhone-image-api

More info coming soon...

### Dev

Install dependencies:
```shell
$ pip install -r requirements.txt
```

To run locally, use VS Code + F5 or,
```shell
$ fastapi run dev
```

To test the Dockerfile:
```shell
$ docker build . -t image-api:latest
$ docker run -p 8000:8000 --rm image-api:latest
```