Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 287 Bytes

ASCII art API

A Python project to improve my experience with writing API's and experiment with the FastAPI framework.

Commands

Run the API

uvicorn src.main:ascii_api --reload

Start a redis container locally

docker run -p 6379:6379 -it redis:latest