https://fastapi.tiangolo.com/virtual-environments/#create-a-virtual-environment
KAFKA_BROKER = IP:Port for Kafka Broker
CONNECTION_STRING = MongoDB connection string
# For email alterting service, put your prevered email credentials and server
MAIL_USERNAME =
MAIL_PASSWORD =
MAIL_FROM =
MAIL_PORT =
MAIL_SERVER =
uvicorn main:app
- To create and pushing the docker container, run:
bash docker.sh
pip freeze > requirements.txt.venv\Scripts\Activate.ps1