/realtime-messaging-getstream

Real time messaging implemented with GetStream

Primary LanguageJava

realtime-messaging-getstream

Real time messaging implemented with GetStream

Follow the steps below to run the application:

Install Maven on computer. http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

Install Mysql Server 5.6 http://dev.mysql.com/doc/refman/5.6/en/installing.html Username: root Password: root

Create a database "messaging"

Browse to the folder location from cmd. run command

mvn clean mvn install mvn spring-boot:run Browse to http://localhost:8080/ on the browser.