This is the Spring Boot backend of the movie application, which manages connection to MongoDB databse as well as handles request for the review section.
- Clone this repository to you chosen code editor
- Clone the Frontend to your another IDE
- Run the backend
- Open the terminal of the frontend's code editor
- Type "npm start"
- A localhost link should be available in the terminal at this point. Click on it and the website is now displayed.