1.0.10 • Published 4 years ago

fed-crash-course-node-workshop v1.0.10

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

Node Rpc Workshop

Getting started

  1. Clone / fork this repo
  2. npm i

Tasks

Your task is to add "Add Comments" functionality to the comments list:

  1. Add an input and a button

  2. Use API explorer to find the RPC service (its name is "CommentsService"). You will use the "Add" method

  3. Do it TDD!! You will have to write 3 tests:

    a. An E2E test for adding new comment (mocking RPC service)

    b. An IT test for saving a new comment (mocking RPC service)

    c. A component test for saving a comment (using nock to check that the comment was sent to the server)

Pairs:

No.Pair 1Pair 2
1Dror LapidotKeinan Bar-Ilan
2Dmytro MaltsevKarin Agan
3Andrii DominMoshe Kerbel
4Volodymyr OzhekhovskyiEyal Perry
5Mor ShemeshNitay Rabinovich
6Nir CohenTal Magen
7Haim HouriEvgeny Barabanov
8Meir CohenMantas Pajada
9Andrii KoretskyiShachar GershoniBenny Holtzer

References