If you want to test LibraryWeb you must have Docker
Setup LibraryWeb in docker
docker compose -f 'docker-compose.yml' up -d --build- ⚡ FastAPI for the Python backend API.
- 🧪 SQLAlchemy for the Python SQL database interactions (ORM).
- 🔍 Pydantic, used by FastAPI, for the data validation and settings management.
- 🧰 Alembic for the Python creatin migrations.
- 💾 PostgreSQL as the SQL database.
- 🐋 Docker Compose for development and production.
- 🔒 Secure password hashing by default.
- 🔑 JWT (JSON Web Token) authentication.
- 🚢 Deployment instructions using Docker Compose.