- Implemented chat-bot which sends in response to any message a random article from Habrahabr.com
- Generating avatars of users, depending on their name and surname.
- Java version: JDK 8
- DataBase: Postgresql 9.6
- Build tool: Maven
- Create database with name "webchat"
- Configure file application.properties
- Configure connect function in chat.js file, if your port is not "8080"
- Cd into project WebChat
- Build project with mvn spring-boot:run
- For sign in you can use username and password
- Username:roman Password:roman
- Username:max Password:max
- Username:misha Password:misha
- Cd into project ChatBot
- Build project with mvn spring-boot:run