This project is currently in development.
- gRPC
- Mono-repo (with Turbo)
Clone down this repository. You will need node
and npm
installed globally on your machine.
Please check and create config.yml each service
cp config.template.yaml config.yaml
Installation:
yarn
To run protobuf gen code:
yarn proto:gen-user
yarn proto:gen-auth
To Start Server:
yarn dev
image.png