Giter VIP home page Giter VIP logo

movieapplicationbackend's Introduction

Movie Application

Movie Application backend with Springboot, MySQL

DB Schema

movies_api_schema

Features

User can:

  1. register/login to website.
  2. view all sample movies.
  3. navigate to particular movie and view all the cast and info related to movie.
  4. go to any particular actor to see in which movie the cast played a role and info about the cast.
  5. add a movie to Favourites.
  6. delete a movie from Favourites.
  7. view all Favourites.
  8. create a review

Implementation

  1. Created spring boot application and added code for API endpoints.
  2. Tested API endpoints using Postman application.

Database

The application uses a database in MySQL called 'moviesApi' which consist of the following tables:

  • actors_table
  • movies_table
  • movie_actor
  • review_table
  • users_table
  • wishlist_table

Out of which the first 3 tables have to imported to MySQL workbench from the attached .csv files (utilities->SqlTable) and the dataTypes have to be checked and for movie_poster and actor_img datatype is set to blob and to set up the project the images should be updated in blobs using Right click->Load from file for each entry.

Other tables will be created when we run the application.

Application starting point is MovieApplication.java.

movieapplicationbackend's People

Contributors

aashnachourasia avatar bitaashna avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.