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.
Before you start, ensure you have the following:
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/thejoltjoker/FSU23D-checkout-session.git cd FSU23D-checkout-session/client
-
Install dependencies:
npm install
-
Start the development server with the following command:
npm run dev
Visit http://localhost:5173/
in your browser to access the React client.
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