Rental Houses & Flatmates Portal
git clone[ https://github.com/Ocalak/world-wide-wohnung.git](https://github.com/Ocalak/World-Wide-Wohnung)
cd backend
python -m venv env
source env\bin\activate
pip install -r .\requirements.txt
uvicorn main:app --reload #start server
visit https://127.0.0.1:8000/docs