Uses flask - python microframework for backend, Exif a python package to extract exif data from pictures
The following guide assumes the target OS is linux. Please change commands accordingly if different OS is used.
pip install pipenv
Installation of Flask and exif (no need to specify package names, it will be taken care of by pipenv by using the pipfile)
cd ./Assignment4
pipenv install
pipenv shell
python3
import flask
exit()
flask --app readexif run
localhost:5000