Skip to content

sarasij190/Login-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login System

Login / registration system that records user information such as username, email, password and last login to an SQL database (IBM Db2) in the cloud.

The objective of this simple project is to understand how to create queries against a table in SQL language and how to use an API (ibm_db) in Python for database manipulation.

How to use it?

First, you must create an account in the IBM cloud and choose the IBM Db2 service. After that, you can obtain your credentials and change the contents of the variables on lines 10 and 11 with your ID and password, respectively.

Creating a table

The project uses only a table called users, so if you want to create with the same columns and data types, run create_table.sql file in the database console.

Program screenshots

Menu

Login mode

Register mode

ADM mode - print users

Copyright (c) 2020 Mateus Victor

About

Login / registration system that records user information in an SQL database (IBM Db2) on cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%