Skip to content

arezinam/cloud-movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cloud Movie App (Spring Boot)

Overview

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.

Endpoints

1. GET /movies

Returns the list of all movies.

2. POST /movies

Creates a new movie.

Usage

Before running the application, ensure to provide the following environment variables:

  • DB_HOST: Database host
  • DB_PORT: Port
  • DB_NAME: Database name
  • DB_USERNAME: Username
  • DB_PASSWORD: Password
  • DB_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.

Note

This Spring Boot application is intended for educational use only and is not meant for production deployment.

About

Movie application designed for Cloud Development study.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors