Skip to content

A Movie Recommendation Application written in Dropwizard

License

Notifications You must be signed in to change notification settings

arctron/movie-recommender

 
 

Repository files navigation

A Movie Recommendation Application written in Dropwizard

How to start the movie-recommender application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/movie-recommender-1.0-SNAPSHOT.jar server config.yaml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

References

Adomavicius, Gediminas, and Alexander Tuzhilin. "Toward the next generation of recommender systems: A survey of the state-of-the-art and possible extensions." IEEE transactions on knowledge and data engineering 17, no. 6 (2005): 734-749.

About

A Movie Recommendation Application written in Dropwizard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.8%
  • Java 5.2%
  • JavaScript 3.1%
  • CSS 1.9%