Files
Iwona Hahn ebc7017ded UA review
2021-03-01 20:42:23 +01:00
..
2020-12-17 16:39:06 +01:00
2020-11-20 16:11:33 +01:00
2020-12-17 16:39:06 +01:00
2020-11-20 16:11:33 +01:00
2020-09-15 15:30:14 +02:00
2021-03-01 20:42:23 +01:00

Reviews Service Sample

Run all-in-one

Open a terminal window and run the bookshop in it:

npm run bookshop

Run as Separate Services

Open two terminal windows. In the first one start the reviews service stand-alone:

npm run reviews-service

In the second one start the bookshop:

npm run bookshop