A console-based social networking application (similar to Twitter )
Two Options are available for running the application:
-
Clone the repo and download the source files to compile and run the application via Visual Studio.
-
Downloading some precompiled and published executable files:
CoduranceCodingExcercise/PublishedExecutables/SocialMessengerPublish.zip Extract and unpack the zip file and look for the following file: "run.cmd" Run by opening the file.
Make sure that the Unit and Integration Test projects have the following nuget packages:
A step by step series of examples that tell you how to get a development env running
Explain how to run the automated tests for this system
Add additional notes about how to deploy this on a live system
Interact with the application via a Console based command line interface, submit commands as messages via the Console. There are 5 commands available to users.
(user name) -> (message)
Post messages to a Users timeline, a new user will be created when you post a message for the first time
James -> Hello my name is James Kibirige
(user name)
Read the messages that a user has published
James
(user name) follows (another user)
Subscribe to another users timeline
James follows Sophie
(user name) wall
View an aggregated set of all messages for a Users subscriptions as well the the Users own published messages
James wall
£exit£
Exit from the application
£exit£
- James Kibirige - Initial work - CoduranceCodingExcercise