Files
cloud-cap-samples/reviews
2020-07-17 16:04:03 +02:00
..
2020-03-15 12:11:07 +01:00
2020-03-20 15:29:10 +01:00
2020-07-17 16:04:03 +02:00
...
2020-03-02 00:08:49 +01:00
2020-07-17 16:04:03 +02:00
2020-03-08 12:42:33 +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, and in the first one start the reviews service stand-alone:

npm run reviews-service

In the the second one start the bookshop:

npm run bookshop