/pokemon

Primary LanguagePython

#assigment

Info

External services required

Environmental Variables

REDIS_HOST        # Host of running redis instance
REDIS_USER        # Redis username 
REDIS_PASSWORD    # Redis password 

How to run

pipenv install 
pipenv shell 
uvicorn api.main:app --reload

Test

pytest