turingschool / turlink-be

0 stars 0 forks source link

Link Shortening Endpoints #13

Closed jdmchugh111 closed 4 weeks ago

jdmchugh111 commented 4 weeks ago

Description of Changes

All 3 endpoints for link shortening are now functional and fully tested

What are the relevant tickets (if any)

This PR is related to issue #3 #4 #5 , and will be closed upon successful merge of this PR request.

Testing

Tested happy and sad path for requests. Unit tested Link model

Checklist

Additional Notes

I had to update the user serializer to include links as an attribute which slightly changes the json contracts for user creation and login, but I updated the README to reflect that