- adds rest connection with gets a JSON Object
with a "messages" list inside it.
- test case, which pushes a new message
and gets an entire list. checking that the
first element is "hello" and the last element
to be the new element just pushed
- integration test pushing and poping
a message and comparing decrypted
strings passes
- integration test comparing encrypted
and decrypted string passes
- test cases for push and pop
- rest singleton instantiated in MainApplication
access through context
- pop and peek work, push needs encryption process
still