IMDB MOVIE OPERATIONS

Adding, listing and check movie actros.

  • It has listing the movies the actor has played
  • It has check two actors who play same movie

Requirements

Firstly, Postgresql database is used in the project. So a new database should be created according to the following information:

  • Jdk 1.8

  • Apache Maven 4.0.0

  • Postgresql

Setup And Run

  • To run stock control application at your local environment, please run the commands below;

docker-compose up

  • After the containers started successfully, you can use app.

Endpoints:

Swagger: http://localhost:8090/swagger-ui.html#

SpringBoot Api: http://localhost:8090

Used technologies

Docker: Backend, database can be run easily

SpringBoot: For api.

Swagger: All endpoints are easily schematized.