This is a Movie Review application built on SpringBoot and Mongodb. It allows users to get all movies, view single movies, and write reviews for movies.
- Get all movies
- View single movies
- Write reviews for movies
To set up the project, follow these steps:
- Clone the repository
- Open the project in your preferred IDE (IntelliJ IDEA recommended)
- Run
mvn clean installto build the project - Setup Server.
- Run the application using the
MovieApplicationclass
Before setting up the project, make sure you have the following installed:
- Java 8 or higher
- Maven
- MongoDB
- IntelliJ IDEA (recommended)
- Postman
Once the project is set up and running, you can access the application through the provided endpoints to get all movies, view single movies, and write reviews for movies.