git clone https://github.com/AmirDoreh/booking-rest-apis.git && cd booking-rest-apis
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://localhost:8000/doc/redoc OR http://localhost:8000/doc/swagger
python manage.py test