Skip to content

Create the server and finish toy problems#9

Open
wesleyneal346 wants to merge 13 commits intomasterfrom
server
Open

Create the server and finish toy problems#9
wesleyneal346 wants to merge 13 commits intomasterfrom
server

Conversation

@wesleyneal346
Copy link
Owner

Description

I have created the sever with routes to give us access to the animal data for this exercise. I added in CRUD operations to make it a bit RESTful. I tested these out with the Thunder Client (PostMan) extension in VS Code.

This work is in preparation to the front end work I will be doing in React.

Definition of Done

  • Code is formatted
  • (all unit tests are passing) (please forgive me: there are no unit tests for this)
  • test with PostMan to make sure all the routes are working as expected
  • demo to the PO

Additional Comments

This work was originally estimated as a 3. Because of the amount of time put into it, I think it should have been at least a 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow users to delete/remove Animals from the list Allow users to create an Animal Allow user to Edit an animal Serve up the animals json file

1 participant