dev-askany-protobuf
v2.4.2
Published
<p align="center"> <a href="https://dev.askany.com.vn/" target="blank"><img src="https://dev.askany.com.vn/favicon.ico" width="200" alt="Nest Logo" /></a> </p>
Readme
Askany Proto
Getting started
Prepare
Setup directory
Make sure all microservices and proto are placed in the same directory
root
|-- proto
|-- askany-service-v2 (old service)
|-- notification (microservice)
|-- account (microservice)
|-- booking (microservice)
|-- system (microservice)
...
Local
npm install
npm run build
npm run deploy-local [-- <args>]Production
Proto will be installed in microservices as a npm package using
yarn add dev-askany-protobufStep to publish
npm install
npm publish