You must have following software on your machine,
- Python 3.x or beyond
- pipenv package installed
Installa python packages referred in application.
pipenv install
Activates virualenv.
pipenv shell
Start applciation locally
python app.py
docker build -t users:latest .