/disney-clone-sdc

System design research on scaling implementation on Disney clone web application.

Primary LanguageJavaScript

🎮 Disney Item Detail Page Clone

This project is a full-stack application that aims to be a 1-to-1 clone of a Disney website's item details page, focusing on design accuracy and functionality replication. It uses an external PostgreSQL database for the backend and React/Next.js for the frontend.

🚀 Getting Started

To get a copy of the project up and running on your local machine for development and testing purposes, follow these steps below and reference the project's wiki for questions.

📋 Prerequisites

You need to have Node.js and npm installed on your machine. If you don't have them installed, you can download them from here.

🔧 Installing

  1. Fork and clone the repo.
  2. Navigate to the project directory.
  3. Run npm install to install the dependencies.
  4. Run npm build to build the project.
  5. Run npm start to start the server.

🔧 API

GET

  • /api/item - Get a list of all items
  • /api/reviews - Get a list of all reviews

🛠️ Built With