Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1013 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1013 Bytes

React Frontend for King Kong's Banana Kingdom

A React application that interfaces with an Express server for user authentication, api integration and performing purchases. This project showcases the integration of React with a backend server to create a basic web application for a banana web shop.

Getting Started

Prerequisites

Before you start, ensure you have the following:

  • Node.js and npm installed

Installation

  1. Clone the repository:

    git clone https://github.com/thejoltjoker/FSU23D-checkout-session.git
    cd FSU23D-checkout-session/client
  2. Install dependencies:

    npm install
  3. Start the development server with the following command:

    npm run dev

Visit http://localhost:5173/ in your browser to access the React client.

API Integration

The React client communicates with the Express server through the defined API endpoints. Ensure the Express server is running and accessible at http://localhost:3000