* Trying to get connection from sqkclient to sqkserver
* Looks like connection from client to sqkserver may be working...
* Got client server rpc request to work
* Remove threading from uploader.
* Create rpc_client class in client to connect to server (using grpc) and verify that the upload_squeak method in rpc_client gets calleed
* Add main class with entry point in squeaknod/server
* Added sqkserver command and service to docker-compose for test
* Add server handler class, and still trying to load rpc implementation of server proto
* Almost got server grpc proto working, now only lnd client failing with tls cert issue
* Added server service and got it working in itest, it still doesn't do anything.
* Add itest test for make squeak in client.
* Remove print lines.
* Add squeak to db after rpc request to make squeak.
* Got test working for reading blog post from client db.
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Add script to install rpc (#6)
* Add script to install rpc
* Remove comment.
* pass flask configs through cfg file.
* Remove print line
* Add db to client.
* Call the initialize db function before starting the client.
* Fix initialize db function.
* Update install rpc script.