** Business Module **
- Create docker build image
docker build -t business_app .
- Run the Docker image
docker run -it -p 8000:8000 -v .:/code business_app
- Navigate on the http://localhost:8000/api/docs or http://IP-Address:8000/api/docs
pytest --cov=app tests.py