Skip to content

RESTful application implemented in Java using JAX-RS, Backbone.js and Cassandra

Notifications You must be signed in to change notification settings

jreyeshdez/movieApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Catalog

RESTful application implemented in Java using JAX-RS.

It allows you to browse through a list of movies, where it is possible to add, update and delete movies as well as searches based on genres.

Tech

The application uses a number of open source projects to work properly:

  • Backbone.js
  • Underscore.js
  • jQuery
  • Cassandra
  • Gradle

The application uses Accessor-annotated interface for all CRUD operations.

Set Up:

To run the application you need to install Apache Cassandra.

Execute movie_app.cql to create the Keyspace "movie_ks" as well as create and populate the table "movies"

$ cqlsh -f movie_app.cql

About

RESTful application implemented in Java using JAX-RS, Backbone.js and Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published