Skip to content

KutsynAndrey/JIT-2019

Repository files navigation

JIT-2019

Get started

Installing MySQL

<1> sudo apt-get update.
<2> sudo apt-get install mysql-server.

Creating database

<1> sudo mysql -u (username) -p.
<2> CREATE DATABASE (databasename);.
<3> exit;.

Connecting Mysql

<1> Set your username/password and database name in db.py file in this string
engine = create_engine("mysql+mysqlconnector://<username>:<password>@localhost/<database name>")

Install all libraries from requirements.txt

Run file main.py then go to "http://127.0.0.1:5000/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published