-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jango89 edited this page Aug 6, 2016
·
1 revision
Welcome to the recommender_systems wiki!
This is a recommender system backend system developed to provide PG course details to heriot watt university new joiners. Right now this is just a prototype build using ES, JAVA SPRING BOOT, maven.
Things to do for setting up:
- Install maven.
- mvn clean compile install -U
- Setup a local elastic search (brew install elasticsearch)
- Run the test case CrawlDataFromWebsite.java inside system-core module which import sample data to your local elastic search index.
- Run your application using java -jar warfilename (created using above command).