Microservice reference architecture loosely based on the TeaStore Application. This repository is the parent project for all microservices.
The documentation is available on https://t2-documentation.readthedocs.io/en/latest/microservices/index.html
Via HTTPS:
git clone --recursive https://github.com/t2-project/t2-project.git
Via SSH:
git clone --recursive [email protected]:t2-project/t2-project.git
git submodule update --recursive --remote
Refer to the Deployment documentation on how to build, run or deploy the T2-Modulith application.