Skip to content

manasb-uoe/instant-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Messenger - For Web and Windows

Build Status

Instant messenger application implemented using Spark Java, Angular 2 and WPF.

Screenshots

How to get started?

Start web client:

Navigate to client directory and run the following commands:

  • npm install
  • npm start

The application can then be accessed from the browser at the following URL: http://localhost:4200

Start windows client:

Open WpfClient solution in Visual Studio and click 'Start'.

Start server:

Navigate to server directory and run the following commands:

  • mvn clean package
  • java -jar target/instant-messenger-server-1.0-jar-with-dependencies.jar

Run server tests:

Navigate to server directory and run the following command:

  • mvn test