Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 314 Bytes

The Grüp Term Project: MovieShelf

About MovieShelf

Build Instructions

MovieShelf can be built using gradle. To build and run the project, navigate into the /Development directory (which contains the source project) and run the following command:

Linux/Unix: ./gradlew bootRun

Windows: gradlew bootRun