Skip to content

CineConnect brings movies to your fingertips with a powerful Spring Boot backend, serving as the core of our application, and a user-friendly React.js frontend that seamlessly connects users to their favorite films.

Notifications You must be signed in to change notification settings

sasikiran20/Cine_Connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JavaScript Spring Java Bootstrap

Backend (Spring Boot)

Welcome to the Spring Boot Backend Application of our project! This application serves as the backend server for our web application.

Getting Started

Prerequisites

To run this application locally, you need to have the following tools installed:

  • Java JDK
  • Maven

Installation

  1. Clone this repository:

    git clone https://github.com/sasikiran20/Cine_Connect.git
    cd Movies_Backend
  2. Build the application:

    mvn clean install
  3. Run the application:

    java -jar target/your-jar-file.jar

The backend server should now be running locally on http://localhost:8080.

Frontend (React.js)

Welcome to the React.js Frontend Application of our project! This application serves as the user interface for our web application.

Getting Started

Prerequisites

To run this application locally, you need to have the following tools installed:

  • Node.js and npm (Node Package Manager)

Installation

  1. Clone this repository:

    git clone https://github.com/sasikiran20/Cine_Connect.git
    cd Movies_Frontend/movies-premium-v1
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm start

The frontend application should now be running locally on http://localhost:3000.

About

CineConnect brings movies to your fingertips with a powerful Spring Boot backend, serving as the core of our application, and a user-friendly React.js frontend that seamlessly connects users to their favorite films.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published