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
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.
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.
- Fork and clone the repo.
- Navigate to the project directory.
- Run
npm install
to install the dependencies. - Run
npm build
to build the project. - Run
npm start
to start the server.
- /api/item - Get a list of all items
- /api/reviews - Get a list of all reviews