To get started with Truv, we recommend following a step-by-step walkthrough in our docs https://docs.truv.com/docs/web-quickstart.
or run all-in-one docker-compose
cd quickstart
make env
docker-compose up -dor run specific image
cd quickstart
make env
make [python_docker|ruby_docker|go_docker|node_docker|csharp_docker]Check the quickstart demo for your programming language:
- http://localhost:5001 Python
- http://localhost:5002 Ruby
- http://localhost:5003 Go
- http://localhost:5004 Node.Js
- http://localhost:5005 C#