Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a `start` script to the `backend/package.json` file. The goal is to standardize the backend startup process by allowing developers to run `npm start` to launch the application, which is intended to be a simple, beginner-friendly task.
AI Summary: This issue aims to refactor the `getApiItemData` function in the frontend to eliminate its dependency on a global `productId` variable. The goal is to improve code maintainability and understanding by explicitly passing `productId` as a parameter to the function, making it easier to follow the flow of data.
AI Summary: This issue aims to synchronize the project's setup documentation with its actual SQL setup script. The goal is to ensure that the README and guides accurately reflect the `backend/sql/setup.sql` script, making the onboarding process smoother and more consistent for beginners. This involves comparing, correcting discrepancies, and verifying the entire setup flow.