Running & Testing the App
Running the application
Section titled “Running the application”-
Start both frontend and backend
Run the Flask backend and Vue.js frontend in separate terminals.

The frontend application connects to the backend APIs to manage todos.
-
Test the todo list
Add a new todo item to verify the application works end-to-end.

The frontend interacts with the backend APIs — the full stack is working!