/chathub-backend

Java back-end for new version of Chathub

Primary LanguageJava

Chathub

Java backend for Chathub project

Setting up the Project

Dependencies

  • Java 8
  • PostgreSQL 9.4 or superior
  • Redis

Installation

  1. Clone the project
  2. Create a database called chatroom on PostgreSQL

Running

mvn spring-boot:run

or you can run with Docker with the following commands

./build.sh
docker-compose build
docker-compose up

Usage*

Check the wiki for more info