Mahestan API You can find front-end part of this project here. This api is deployed here. How to run this api locally? Install following packages using pip: pip install Flask pip install Flask-RESTful pip install Flask-Cors Run this command in project root: python app.py Done!