Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 505 Bytes

NodeBase

This project is currently in development.

Checklists

  • gRPC
  • Mono-repo (with Turbo)

Installation and Setup Instructions

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

Reflection