Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 1.19 KB

05_Architecture_of_Multi_Service_Apps.md

File metadata and controls

76 lines (45 loc) · 1.19 KB

[Stephen Grider] Microservices with Node JS and React [ENG, 2020]

05. Architecture of Multi-Service Apps


Application


Application


Application


Application


Application


$ npm install -g typescript

$ cd app
$ mkdir auth
$ npm init -y
$ npm install --save typescript  express @types/express
$ npm install --save-dev ts-node-dev

$ tsc --init
$ npm start

$ cd skaffold
$ skaffold dev


$ minikube --profile my-profile ip
172.17.0.2

$ sudo vi /etc/hosts
#---------------------------------------------------------------------
# Minikube
#---------------------------------------------------------------------
172.17.0.2 ticketing.dev

browser --> https://ticketing.dev/api/users/currentuser




Marley

Any questions in english: Telegram Chat
Любые вопросы на русском: Телеграм чат