This project uses Python 3.10.16, virtualenv, and Docker Compose for Postgres and Redis.
The app uses docker-compose to run its infrastructure services.
Create a .env file in the root of the project:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=shortener_db
REDIS_PORT=6379