April 2020
Intermediate to advanced
716 pages
18h 55m
English
When a user adds a comment, the Post document will be updated in the database with the new comment. First, we need to implement an API that receives the comment details from the client- side and updates the Post document. Then, we need to create the UI in the frontend, which allows us to compose a new comment and submit it to the backend API.