Created a web application for Data Entry Dashboard, which displays the user's entries on the dashboard and exports it to the excel file.
-
Clone the repo.
git clone https://github.com/asmijafar20/Dataentry_Dashboard
-
Now
cd
to the clonedDataentry_Dashboard
directory. -
Run
pip install --upgrade pip
to upgrade pip. -
Run the following commands
export FLASK_APP=App.py
,export FLASK_DEBUG=1
,export FLASK_ENV=development
-
Run
flask run
-
Run
sudo mysql -u root -p
and enter the MySQL password, which you entered during installation of MySQL Server ("root" is default, it may be something else on your machine).