git clone https://github.com/avyayjain/video_management.gitpip install -r requirements.txtalembic revision --autogenerate -m "initial migration"
alembic upgrade headDATABASE_URL
DATABASE_USER
DATABASE_PASSWORD
DATABASE_DB
SECRET_KEY
ALGORITHM
ACCESS_TOKEN_EXPIRE_MINUTES
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000fastapi dev main.pydocker build -t video_manegement .docker run -d -p 8000:8000 video_manegementhttps://www.postman.com/technical-saganist-64650375/workspace/projects/collection/23939640-e40ae493-90df-4a04-afe0-04e326b16cd6?action=share&creator=23939640http://localhost:8000/docspytest -v