Skip to content

Message service using Google Cloud Pub/Sub between two independent applications (order service and packaging service).

Notifications You must be signed in to change notification settings

wspietro/google-pubsub-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Google Cloud Pub/Sub

Visão Geral   |    Tecnologias   |    Como executar


✨ Visão geral do serviço Pub/Sub


🖊️ Tecnologias

Para a construção do projeto, foram utilizadas as seguintes tecnologias:



📄 Como executar

Para executar o projeto, rode os seguintes comandos no terminal:

*Lembrando que você precisa adequar as varáveis ambientes de acordo com seu contexto.

$ cd order-service

$ npm install

$ npm run start:dev

$ cd ..

$ cd packaging-service

$ npm install

$ npm run start:dev


About

Message service using Google Cloud Pub/Sub between two independent applications (order service and packaging service).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published