Giter Site home page Giter Site logo

movieapp's Introduction

MovieApp

MovieApp is a Java Spring Boot application used to manage information about movie directors and their films. The application utilizes a PostgreSQL database and enhances performance using Redis cache.

This project was assigned as a homework for the C System Programmers Association Java II course

Features

  • Add, edit, and delete directors and their films.
  • Manage the relationship between directors and films.
  • Filter films by their name, IMDB rating, and director's name.
  • Pagination and sorting features are available.
  • Data is stored in a PostgreSQL database, and performance is improved using Redis cache.

Getting Started

Prerequisites

  • Java 11 or above
  • PostgreSQL database
  • Redis

Installation

  1. Copy the project files to your computer.
  2. Create your PostgreSQL database and update the database connection details in the application.properties file.
  3. Start the Redis server and update the Redis connection details in the application.properties file.
  4. Run the application: ./mvnw spring-boot:run

Usage

Once the application is successfully running, you can test the APIs using the following URLs:

  • List directors: GET /api/directors

  • View director details: GET /api/directors/{id}

  • Add a director: POST /api/directors

  • Update a director: PUT /api/directors/{id}

  • Delete a director: DELETE /api/directors/{id}

  • List movies: GET /api/movies

  • View movie details: GET /api/movies/{id}

  • Add a movie: POST /api/movies

  • Update a movie: PUT /api/movies/{id}

  • Delete a movie: DELETE /api/movies/{id}

  • View movies associated with a director: GET /api/directors/{id}/movies

  • View directors associated with a movie: GET /api/movies/{id}/directors

movieapp's People

Contributors

kadirgurturk 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.