General Resources
Flask: https://flask.palletsprojects.com/en/stable/ Jinja: https://jinja.palletsprojects.com/en/stable/ Bootstrap: https://getbootstrap.com/docs/5.3/getting-started/introduction/ SQLite: https://sqlite.org/about.html
Maybe
Flask-WTF – For easy form handling: https://flask-wtf.readthedocs.io/en/stable/
Flask-Login – For authentication: https://flask-login.readthedocs.io/en/latest/
Flask-Migrate – For database migrations: https://flask-migrate.readthedocs.io/en/latest/
Flask-SQLAlchemy (ORM) https://flask-sqlalchemy.palletsprojects.com/
Python-dotenv – For managing .env config: https://saurabh-kumar.com/python-dotenv/
Bootstrap Icons – If you’re already using Bootstrap: https://icons.getbootstrap.com/
Auth
Schema inspiration: https://www.better-auth.com/docs/concepts/database
DB
https://flask.palletsprojects.com/en/stable/tutorial/database/ https://github.com/chartdb/chartdb
ChatGPT
https://chatgpt.com/share/67efdbd4-df90-8001-b546-28d403e956ab
T3
https://t3.chat/chat/e5cb81d8-228a-4729-83fa-8edefe76037a https://t3.chat/chat/bd3fecc7-fcb4-43cf-b79e-b758eb1ce932
CSS/Styling
https://tailwindcss.com/plus/ui-blocks/application-ui/ https://flowbite.com/
Websockets
https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/formdata_event
CORS
https://github.com/corydolphin/flask-cors https://github.com/corydolphin/flask-cors/issues/292
https://docs.github.com/de/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax