Files
cloud-cap-samples/reviews
Daniel Hutzel d0d08b1ee1 Enable authorizations w/ dummy-auth (#158)
* Enable authorizations w/ dummy-auth

* fixed: some tests run in privileged mode

* Fixed tests to skip auth

* npm test --silent

* Added dependency to passport
2020-11-12 23:56:04 +01:00
..
2020-03-15 12:11:07 +01:00
2020-10-22 18:11:46 +02:00
...
2020-03-02 00:08:49 +01:00
2020-09-15 15:30:14 +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