Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 426 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 426 Bytes

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