This is final project in SWjungle
back-end : flask
front-end : react
flask-restful
flask-cors
axios
make bulid : npm run-script build
/youtube_highlight_extract/ > pip install flask, flask-restful, flask-cors
/youtube_highlight_extract/frontend/ npm install axios
/youtube_highlight_extract/ flask run
/youtube_highlight_extract/frontend/ npm start
or
/youtube_highlight_extract/frontend/ npm run-script build
/youtube_highlight_extract/ flask run
check ref 4
ValueError: signal only works in main thread of the main interpreter
check ref 5
pymysql
ref :
- https://towardsdatascience.com/build-deploy-a-react-flask-app-47a89a5d17d9
- https://dev.to/nagatodev/how-to-connect-flask-to-reactjs-1k8i
- https://blog.miguelgrinberg.com/post/how-to-create-a-react--flask-project
- https://docs.python.org/ko/3/library/asyncio-task.html#coroutines
- https://kandi.openweaver.com/python/taizan-hokuto/pytchat#Community-Discussions