✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Run nx graph to see a diagram of the dependencies of the projects.
Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.
Visit the Nx Documentation to learn more.
- run
npm installto install all dependencies - create
.envfiles under each of projects ( users, analitycs and products), use .env.example as a scaffold - run
docker compose buildto build the nesesary containers for the app - run
docker compose upto start the containers this system uses 5 containers, 1 mongodb, 1 prostgres and 3 other containers for kafka - run
nx run <project>:serveto start all projects