sedataskan / dist_project

Movie App Backend | 2023-24 Fall Distributed Systems Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOVIE APP

Quick Start

To run the application, use the following command:

./gradlew build && docker-compose up -d

Gradle

This project uses Gradle as its build tool.

To build the project, use the following command:

./gradlew build

To clean the build directory, use the following command:

./gradlew clean

Docker Compose

This project contains a Docker Compose file named docker-compose.yaml.

If you update the project and need to rebuild the Docker image, use the following command:

docker-compose build

and then run the application using:

docker-compose up -d

and then stop the application using:

docker-compose down

About

Movie App Backend | 2023-24 Fall Distributed Systems Project


Languages

Language:Java 99.8%Language:Dockerfile 0.2%