Object Detection Online! Deployment Backend Dev port: http://localhost:8000/ conda activate backend python manage.py makemigrations python manage.py migrate python manage.py runserver Frontend Dev port: http://localhost:5173/ cd frontend npm install npm run dev