automation_tools_vue
npm run dev
npm run dev -- --hostautomation_tools_virtual_environment\\Scripts\\activate
automation_tools_django
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
python manage.py runserver 0.0.0.0:8000git add *git commit -m "Commit Explain Code"git push origin main