π₯ YouTube Channel: Turtle Code
This project demonstrates how to build a mini user management system using Streamlit and PostgreSQL.
- Build interactive web apps with Streamlit
- Connect Python to PostgreSQL using psycopg2
- Create tables directly from a Streamlit app
- Insert and retrieve data from PostgreSQL
- Implement user registration and login
- Manage authentication using Streamlit session state
- Python
- Streamlit
- PostgreSQL
- psycopg2