This is a simple peer to peer messaging app using in memory H2 database.
Follow these steps to build and run the project using Docker:
Make sure you have Docker and Docker Compose installed on your machine.
- Docker: Install Docker
- Docker Compose: Install Docker Compose
-
Open a terminal or command prompt.
-
Navigate to the project root directory:
cd messagingApp
-
Build the docker image
docker-compose build
-
Start the container
docker-compose up