This Streamlit project implements a simple Login and Signup application with a PostgreSQL database backend. Users can create new accounts (signup) and login using their credentials.
PostgreSQL Database: Requires a PostgreSQL database to store user data.
-
Clone the repository:
git clone <REPOSITORY URL> cd StreamlitAuth
-
Install the required libraries by running the following command:
pip install -r requirements.txt
-
Run streamlit
streamlit run main.py