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