Create an .env file in main directory and add export SECRET_KEY=Your secret key
Add your secret key to export JWT_SECRET_KEY=Your secret key
Install packages in requeirements.txt file
Open a new terminal in the main directory of project and type flask run
App will run on http://localhost:5000/