Skip to content

Haruberi/AssignmentMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Characters API

Create a PostgreSQL database using Hibernate and expose it through a Web API.

Description

Application constructed in Spring Web. Database made in PostgreSQL through Hibernaite with a RESTful API to allow users to manipulate the data. The database store information about characters, movies they appear in and the franchises these movies belong to.

Characters and Movies:

  • ManyToMany relationship between Movie and Character

Movies and Franchises:

  • OneToMany relation between Movie and Franchise

  • CRUD for Movies, Characters, Franchises

Executing program

https://morning-bayou-26906.herokuapp.com/

Navigate to swagger:

https://morning-bayou-26906.herokuapp.com/swagger-ui/index.html.

Authors

Contributors names and contact info :

Version History

  • IntelliJ with Java 17

Acknowledgments

Inspiration, code snippets, etc.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published