Skip to content

A simple working login and sign up page with databse connected using flask and postgresql

Notifications You must be signed in to change notification settings

karthik-siru/Login_and_Sign_up_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full working signup and login page

Creates a table users in database user ,to store the details of email , password and username .

Highlights :

  1. During sign up checks password and confirm password using javascript .
  2. During sign up if any of the feild is empty , throws an error
  3. Unique username must be there
  4. Redirects to login page with error (if someone tries to login with wrong details )
  5. Redirects sign up page if no user found , with error raised

Technologies used :

  1. Flask
  2. psycopg2
  3. postgresql
  4. html
  5. css
  6. javascript

Samples

Login -Page

alt text

Sign up Page

alt text

About

A simple working login and sign up page with databse connected using flask and postgresql

Topics

Resources

Stars

Watchers

Forks