An open API service indexing awesome lists of open source software.

https://github.com/codebyaadi/movies-api-springboot

This is a web service built using the Spring Boot framework. This API serves as a valuable resource for movie, offering access to a curated collection of movies and the ability to contribute user reviews.
https://github.com/codebyaadi/movies-api-springboot

api java-8 spring-boot

Last synced: 27 days ago
JSON representation

This is a web service built using the Spring Boot framework. This API serves as a valuable resource for movie, offering access to a curated collection of movies and the ability to contribute user reviews.

Awesome Lists containing this project

README

          

# Movie Springboot API

This is a Spring Boot-based API that provides movie details, including title, description, trailer link, and more.

## API Endpoint

The API endpoint for accessing movie details is: https://movies-springboot-api-lsq3.onrender.com/api/v1/movies

## Live Frontend

The Live Frontend using React is here : https://movieboot.netlify.app/

**Note:** First open the backend and then start the frontend.