You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
MovieShelf: A group-based movie recommendation engine. Built for CSC 210 - Web Design at the University of Rochester.