Informative message when bringing down web services.
Assumptions made:
- You have docker or python3 installed on your system
- You're at the root of the project directory
docker build -t mmode .
docker run -p 8000:8000 mmodepip install -r requirements.txt
uvicorn main:app