CGUC / skybunk-server

The back-end application for Conrad Grebel University College students to stay connected
3 stars 9 forks source link

Added liking comments endpoint #102

Closed scholvat closed 5 years ago

scholvat commented 5 years ago

I was bored on a plane, and I didn't have internet to run expo... so I made an end point to do comment liking. Haven't done the front end side of this, but I would appreciate if someone else wanted to help with that side of it.

Also no unit tests for this because I'm not sure how to write unit tests for static methods in the schema. Probably best to just convert most of the Post methods to non-static functions instead.