https://github.com/chayan-1906/movieist-java
https://github.com/chayan-1906/movieist-java
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chayan-1906/movieist-java
- Owner: chayan-1906
- Created: 2024-03-22T18:41:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T18:42:47.000Z (over 1 year ago)
- Last Synced: 2025-01-09T13:48:00.782Z (9 months ago)
- Language: Java
- Homepage: https://movieist-chayan1906.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieIST Java
https://youtu.be/5PdEmeopJVQhttps://www.themoviedb.org/talk/61af7321a3e4ba004199a725#61af7321a3e4ba004199a728
https://developer.themoviedb.org/reference/discover-movieThe server runs on Tomcat, on
Route | METHOD | Description
---------------------------- | ------ | -------------
/api/v1/movies | GET | Get all movies
/api/v1/movies?imdbId={imdbId} | GET | Get movie by imdbId
/api/v1/reviews | POST | Create a review for a movie## Dependencies
* [Spring Boot Starter Data MongoDB](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-mongodb)
* [Spring Boot Starter Web](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web)
* [Spring Boot DevTools](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools)
* [Lombok](https://mvnrepository.com/artifact/org.projectlombok/lombok)
* [Spring Boot Starter Test](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test)
* [Dotenv](https://mvnrepository.com/artifact/me.paulschwarz/spring-dotenv)
* [Spring Boot Configuration Processor](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor)