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
- Host: GitHub
- URL: https://github.com/joeriddles/iphone-image-api
- Owner: joeriddles
- Created: 2024-08-16T05:57:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:58:42.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T02:45:45.604Z (over 1 year ago)
- Topics: fastapi, flyio, pillow, python
- Language: Python
- Homepage: https://iphone-image-api.fly.dev/votd/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```