This repository contains a simple movie application implemented using Spring Boot, designed for educational purposes in the context of Cloud Development studies. The application provides two endpoints for basic CRUD operations on movie data.
Returns the list of all movies.
Creates a new movie.
Before running the application, ensure to provide the following environment variables:
DB_HOST: Database hostDB_PORT: PortDB_NAME: Database nameDB_USERNAME: UsernameDB_PASSWORD: PasswordDB_TABLE: Name of the table in the database
Clone the repository and deploy it to a cloud platform for testing and study purposes. Configure the environment variables with the appropriate database connection details.
This Spring Boot application is intended for educational use only and is not meant for production deployment.