An alternative backend built using another programming language.
Replace SQLite database configuration with PostgreSQL configuration that uses environment variables for connection settings. This enables production-ready database deployment with proper credentials management through environment variables (POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_HOST, POSTGRES_PORT). |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| requirements.txt | ||