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.
- Host: GitHub
- URL: https://github.com/codebyaadi/movies-api-springboot
- Owner: codebyaadi
- Created: 2023-09-08T14:52:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T07:27:18.000Z (over 2 years ago)
- Last Synced: 2025-03-20T23:42:50.717Z (about 1 year ago)
- Topics: api, java-8, spring-boot
- Language: Java
- Homepage: https://movies-springboot-api-lsq3.onrender.com/api/v1/movies
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.