Skip to content

manoelpqueiroz/iv_onboarding

 
 

Repository files navigation

Infinity Volt Onboarding MS

This is the Infinity Volt user onboarding MS

Requirements

  • Python 3.12.4
  • Docker

Build and Run (development)

pip install -r requirements.txt
python main.py

You can see the project running in http://localhost:8090

Endpoints

Run with Docker

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.4%
  • Dockerfile 17.6%