Skip to content

Informatik-Projekt-Kurs/backend

Repository files navigation

Backend Repository of MeetMate

Setting up the application

All the following commands are to be executed in the root directory of the project.

Creating the Docker image

Make the jar file with

mvn clean package


Running the application with Docker Compose

Start the application using

docker-compose up


Stopping the application

To stop the running application use either Ctrl + C or

docker-compose stop

or delete the created containers with

docker-compose down

About

All Backend files for MeetMate are in this repository

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •