This is a full-stack application where users can submit and view Product Carbon Footprint (PCF) data. It includes a backend API built with Node.js (Express) and a frontend built with React.
- Clone the repository:
git clone https://github.com/YoanRos/PACT_Assignment cd PACT_Assignement
-
Install dependencies : npm install
-
Run the backend : npm start
-
The backend will be running at http://localhost:3001
-
Install dependencies : npm install
-
Run the frontend : npm run dev
-
The frontend will be running at http://localhost:5173