The project for study FastApi
FastAPI - an immersion into backend development in Python
Features • Tech stack • How To Use
- User registration
- User authentication using JWT token
- Hotel room booking
- User notification of room booking
- Image processing with hotels
- Admin panel for convenience
Local run
-
Firstly clone repo
git clone git@github.com:mrKazzila/hotel_booking.git
-
SetUp poetry
poetry config virtualenvs.in-project true poetry shell poetry install
-
Copy env example settings to env and fill them in
cp env/.env.example env/.env
-
Run app
uvicorn app.main:app --reload --log-config=app/settings/logger_config.yaml --env-file=env/.env