Skip to content

a full stack web app where users can browse, search and purchase movies

Notifications You must be signed in to change notification settings

chloeqino/Fabflix

Repository files navigation

CS 122B Project 4

demo video link

https://www.youtube.com/watch?v=4_Pv6ZldYn0

deploy the project on Tomcat

  1. navigating into the root of project repo where the pom.xml is
    cd cs122b-fall-team-32
    
  2. creating the war file:
    mvn package
    
  3. copying the newly created war file into the webapps folder under tomcat9:
    cp cs122b-fall-team-32/target/*.war ./tomcat/webapps/
    

Contributions of each team member

Kei Asakawa: Implemented task 1, created layout views, and made main and movie list activity

Qinyu Chen: Implemented Single Movie and Login Activity, pagination on mobile,modified the listview,helped with full text search ,and made adapters

About

a full stack web app where users can browse, search and purchase movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages