lhmcgann / MyDiaryApp

A simple diary web app. CSC 307 team project, Spring 2020.
0 stars 1 forks source link

Implement backend endpoint for creating new diary entry #3

Closed sarbor closed 4 years ago

sarbor commented 4 years ago

Allow a new diary entry to be created inside a specific diary object through a POST request by the client.

Be able to get all entries from a specific diary with a GET request

Estimated time: 1 hour

sarbor commented 4 years ago

Actual Time: 1 hour