Skip to content

ishika-mi/StreamlitAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamlitAuth

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.

Features

Signup: Users can create new accounts by providing a unique username and password.

Login: Existing users can log in using their username and password.

Dependencies

Streamlit: UI development library for creating web applications with Python.

Psycopg2: PostgreSQL adapter for Python, used for database interactions.

dotenv: Loads environment variables from a .env file.

PostgreSQL Database: Requires a PostgreSQL database to store user data.

Project Setup

  1. Clone the repository:

    git clone <REPOSITORY URL>
    cd StreamlitAuth
  2. Install the required libraries by running the following command:

    pip install -r requirements.txt
  3. Run streamlit

    streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages