jacobrs / TeamStudy

E-Learning application repository for SOEN 341 team 5 tutorial A.
8 stars 5 forks source link

fix #78 finished chat backend API and linked socket.io with database #117

Closed Philippe229 closed 7 years ago

Philippe229 commented 7 years ago

Description

Improve API for chat messages and link socket.io with database. Test with '/testchat/'.

Breakdown

Testing

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 77.778% when pulling 0ddba61386c610add06e0a10b92e5e5785f87f06 on chat_api into 64ab947f7ae5991e3cc36a7f86ddd7718a1ee8e4 on master.

pbgnz commented 7 years ago

How do you test this and will the front end be able to make the chat functional after this pr

simon-bourque commented 7 years ago

@pbgnz Yes I will if everything goes smooth

simon-bourque commented 7 years ago

I just need to get all the previous messages, receive new messages, and send new messages