As a SecondChance User
I need the application frontend to seamlessly communicate with the running backend APIs
So that I can interact with the app via a fully functional user interface rather than raw API calls.
Details and Assumptions
- The frontend code is pre-provided by the course and needs to be connected via base URL configurations or proxy settings.
- CORS (Cross-Origin Resource Sharing) must be correctly configured on the Express backend to allow frontend requests.
Acceptance Criteria
Given the frontend application and backend services are both running
When a user performs an action in the UI (like searching for an item)
Then the frontend should successfully fetch data from the backend API and render it on the screen
As a SecondChance User
I need the application frontend to seamlessly communicate with the running backend APIs
So that I can interact with the app via a fully functional user interface rather than raw API calls.
Details and Assumptions
Acceptance Criteria