Skip to content

Latest commit

ย 

History

History
37 lines (26 loc) ยท 3.59 KB

File metadata and controls

37 lines (26 loc) ยท 3.59 KB

๐ŸŽฎ 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. View the website here

๐Ÿš€ 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