Skip to content

0x12th/hotelhub

Repository files navigation

HotelHub — hotel booking service

CI/CD Build and Push Image Lints
Activity GitHub commit activity (branch) GitHub last commit (branch)
Meta pdm-managed code style - Ruff types - Mypy License - MIT

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB, CACHE

POSTGRES_DSN REDIS_DSN

JWT

SECRET_KEY ALGORITHM ACCESS_TOKEN_EXPIRE_MINUTES

Deployment

To deploy this project run

  docker-compose -f docker-compose.dev.yml up -d && pdm start