Skip to content

ChatHub is a chat app based on the most well known chat apps in the market such as Slack, Discord and Microsoft Teams.

Notifications You must be signed in to change notification settings

BrunoDev2003/ChatHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chathub - Chat Application

⭐️ If you liked this project, give me a follow and a star on Github!

About

Chathub is a robust chat application designed to improve team work of companies who have remote workers and optimize their productivity. This repository includes the build and all of the code/tools used to developed the backend of this project. chathub_front_FINAL_entrega

Pre-requisites

  • Before proceeding, ensure that your system meets the following requirements:
  • Chathub Frontend (check out the readME file of the frontend repo to install it.)

IDEs and tools

  • Redis (If your system uses windows, download redis using this link, then execute the MSI file and follow the installation instructions.)
  • RedisInsight (Fill the download form that the platform of Redis requires to download the Redis GUI.)

Configuration

  • Redis CLI (On your CMD, use the following command to trigger the redis CLI)
    redis-cli
  • Start the Redis server using the following command
    redis-server
  • Test the redis connection using the PING command, if the cli responds with PONG, then the connection is working properly.
    PING
  • Spring Boot (Open InteliJ or your preferred Java IDE)
  • Navigate to the project root directory
  • Start the program using SHIFT + F10

About

ChatHub is a chat app based on the most well known chat apps in the market such as Slack, Discord and Microsoft Teams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages