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
cdto the clonedDataentry_Dashboarddirectory. -
Run
pip install --upgrade pipto 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 -pand enter the MySQL password, which you entered during installation of MySQL Server ("root" is default, it may be something else on your machine).