Stores mistakes and mistake attributes in JSON for API call.
pip install -r requirements.txt
A .env file is also necessary in order to connect SQLAlchemy to your MySQL database. Set your configuration to "config" in your .env file.
In MySQL CLI or WorkBench:
CREATE DATABASE nlp;
In terminal:
cd flask_app
flask run