Skip to content

Movie App Backend | 2023-24 Fall Distributed Systems Project

Notifications You must be signed in to change notification settings

sedataskan/dist_project

Repository files navigation

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

Resources

Stars

Watchers

Forks