Skip to content

nihilKnight/JavaWebMovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie DB with insert, delete, update, select built by Java Web.

Prerequisites

  • Java: jdk-17
  • IDE: JetBrains IntelliJ IDEA 2022.3.2(ultimate)
  • MySQL: v8.0.33
  • Tomcat: v9.0.83
  • JARs:
    • mysql-connector-j-8.0.33.jar: for connecting the MySQL database;
    • javax.servlet.*.jar: for building servlet interfaces;
    • jackson-annotations/core/databind-*.jar: for converting Objects/Json to Json/Objects;
    • more detail can be checked at the lib directory.

The configuration details can be checked here.

Features

  • Succinct functionalities for movies and cast/crew query/update.
  • Simply templates for SQLs generation.
    • Separate the constant data(like table name, column name etc.); details can be checked at SQLTemplate.
  • Statistics analysis by year or by movie.
    • Generating 2-dimension statistics tables for specific needs; details can be checked at Statistics
  • Modern frontend framework.
    • Leverage the Svelte framework to build succinct and nice node.js app; details can be checked at MovieDB app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages