The Movie Reviewer application is a web-based platform developed to allow users to review movies.
- Backend: Java Spring Boot
- Frontend: React.js
- Database: MongoDB
- API Testing: Postman
- Java Development Kit (JDK)
- Node.js and npm
- MongoDB
- Postman
-
Clone the repository:
git clone https://github.com/AyishaIlyas/MovieReviewer.git
-
Navigate to the backend directory:
cd MovieReviewer
-
Build the project using Maven:
mvn clean install
-
Run the Spring Boot application:
mvn spring-boot:run
-
Clone the repository:
git clone https://github.com/AyishaIlyas/MovieReviewer.git
-
Navigate to the frontend directory:
cd client
-
Install the dependencies:
npm install
-
Start the React application:
npm start
Ensure your MongoDB instance is running. Update the application.properties
file with your MongoDB configuration
Update the API endpoint in your React application to match the backend URL