This is the Infinity Volt user onboarding MS
- Python 3.12.4
- Docker
pip install -r requirements.txt
python main.py
You can see the project running in http://localhost:8090
You can build the docker image with the below code.
docker image build -t iv_user_onboarding .
Now you can run the container image with this command
docker run -p 8090:3001 iv_user_onboarding