Skip to content

roo1989/python-url-shortener

Repository files navigation

🧰 Project Setup

This project uses Python 3.10.16, virtualenv, and Docker Compose for Postgres and Redis.


🐳 Docker Setup (Postgres + Redis)

The app uses docker-compose to run its infrastructure services.

✅ Prerequisites

🧪 .env Example

Create a .env file in the root of the project:

POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=shortener_db
REDIS_PORT=6379

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages