- Clone the repository
git clone https://github.com/avyayjain/property_managment_space.git
- Install the requirements
pip install -r requirements.txt
- run the server
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000you can also use fastapi cli
fastapi dev main.py- you can also build the docker container by running the following command
docker build -t video_manegement .- you can run the docker container by running the following command
docker run -d -p 8000:8000 video_manegement