Juan Sebastian Henao Parra

Results 1 comments of Juan Sebastian Henao Parra

First you must install and configure MySQL and configure credetials in app.py You need to create the test database: `CREATE DATABASE test;` Table users: `create table users( id INT NOT...