Skip to content

A movie website that provides details of movie. It has a chatbot in it. User can purchase a movie.

Notifications You must be signed in to change notification settings

tech-hunter-mainak/movieapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieApp

MovieApp is a web application that allows users to browse and explore various movies. This project includes a React frontend and an Express backend with a SQL database. First download the full repo from github.

Getting Started

Follow the instructions below to set up and run the project on your local machine.

Prerequisites

Installation

  1. Download and Install XAMPP Server:

    Download and install XAMPP from here. After installation, start the Apache and MySQL modules from the XAMPP control panel.

  2. Create Database:

    • Open XAMPP control panel and click on 'Admin' button for MySQL. This will open phpMyAdmin.
    • Create a new database named movieapp.
  3. Import SQL Dumps:

    • Go to the sql folder where all SQL dump files are located.
    • Import these dumps into the movieapp database you just created.
  4. Set Up Server:

    • Navigate to the /server folder in your project directory.
    • Run npm install to install all necessary dependencies.
    • Run npm start to start the server.
  5. Set Up Client:

    • Navigate to the main project directory.
    • Run npm install to install all necessary dependencies.
    • Run npm start to start the React application.
  6. Access the Application:

    • Open your browser and go to http://localhost:3000.

About

A movie website that provides details of movie. It has a chatbot in it. User can purchase a movie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published