Welcome to the Spring Boot Backend Application of our project! This application serves as the backend server for our web application.
To run this application locally, you need to have the following tools installed:
- Java JDK
- Maven
-
Clone this repository:
git clone https://github.com/sasikiran20/Cine_Connect.git cd Movies_Backend
-
Build the application:
mvn clean install
-
Run the application:
java -jar target/your-jar-file.jar
The backend server should now be running locally on http://localhost:8080.
Welcome to the React.js Frontend Application of our project! This application serves as the user interface for our web application.
To run this application locally, you need to have the following tools installed:
- Node.js and npm (Node Package Manager)
-
Clone this repository:
git clone https://github.com/sasikiran20/Cine_Connect.git cd Movies_Frontend/movies-premium-v1
-
Install the dependencies:
npm install
-
Start the development server:
npm start
The frontend application should now be running locally on http://localhost:3000.