Welcome to Fairbnb, a clone of Airbnb.
To load virtual environment in your shell, run poetry shell
. Dependencies for the app are included in the poetry.lock
and pyproject.toml
files. You can also load the virtual environment separately for each command by running poetry run {your command}
.
To run the application for development, run docker compose up --build --watch -d
.
After running the app locally, you can view the API docs by visiting http://127.0.0.1:8000/docs
in a browser.