Java backend for Chathub project
Dependencies
- Java 8
- PostgreSQL 9.4 or superior
- Redis
Installation
- Clone the project
- Create a database called
chatroom
on PostgreSQL
mvn spring-boot:run
or you can run with Docker with the following commands
./build.sh
docker-compose build
docker-compose up
Check the wiki for more info