Skip to content

RESTful web service with Spring + Lucene + AngularJS web-app

License

Notifications You must be signed in to change notification settings

cnopens/moviesearcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moviesearcher

Buscador de películas

Servicio REST:

Indexar películas:
	http://localhost:8080/moviesearcher/index
	
Buscar películas: 
	http://localhost:8080/moviesearcher/search?q=query&tit=title&...

Buscar películas similares a otra película:
	http://localhost:8080/moviesearcher/findSimilar?id=identificador

Aplicación Web:

	Abrir el archivo /app/index.html en un navegador.
	Pulsar el botón "Generar índice" para indexar el contenido.
	Cargada la información ya se podrán realizar las búsquedas.

Búsqueda Similares

About

RESTful web service with Spring + Lucene + AngularJS web-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.7%
  • Java 37.5%
  • HTML 16.2%
  • CSS 3.6%