Closed hrlnsnchz closed 3 years ago
Can make get requests for single posts using their id for reference.
git fetch --all git checkout hs-view-post-details watchgod request_handler.main
git fetch --all
git checkout hs-view-post-details
watchgod request_handler.main
To test, open client branch and follow the instructions there.
OR:
On Postman make a get request for a particular post in your database using its id: http://localhost:8088/posts/1
Keep watchgod running for the client side test.
Description
Can make get requests for single posts using their id for reference.
Testing Instructions
git fetch --all
git checkout hs-view-post-details
watchgod request_handler.main
To test, open client branch and follow the instructions there.
OR:
On Postman make a get request for a particular post in your database using its id: http://localhost:8088/posts/1
Keep watchgod running for the client side test.
Checklist: