CSC307-W2020-Team6 / 307-Sec01-Team6

Repo for winter 2020 csc 307-01 (Matthew Jaojoco, Riley Mete, and Gabe Barney)
1 stars 0 forks source link

Link New Users to Database #21

Open MJaojoco opened 4 years ago

MJaojoco commented 4 years ago

M

Success will be achieved when our database correctly saves new user credentials and allows them to sign in using the correct credentials. No access will be given if authentication fails.

gabrielvbarney commented 4 years ago

New database program will be used (MySQL), did not finish for sprint 1.

gabrielvbarney commented 4 years ago

After speaking with professor Ford, we found out that the best database to use would be (SQLite) because it can be integrated using python. So we are now going in this direction.