/movie-app-ui

Movie App built in React JS and Material UI.

Primary LanguageJavaScript

Movie App UI

🎬 Movie App built in React JS and Material UI.

Steps to run the React UI APP

To Install all the dependencies

npm install

To Run the app in the development mode.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

To Run the Unit Test Cases

npm test

Launches the test runner in the interactive watch mode.

To build the app

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Steps to run the Backend Server

Clone the Repo

git clone https://github.com/sudomkdirjs/movie-app-api.git
cd movie-app-api

To Install all the dependencies

npm install

To Run the app in the development mode.

npm start

Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.

To Run the Unit Test Cases

npm test

Launches the test runner in the interactive watch mode.