Simple application to demonstrate fetching reports from Xero API and displaying in the table format in the frontend.
You can watch the loom demo here: https://www.loom.com/share/592cf3f5d76b4b78a4f188b96e47edf8?sid=6bddf62a-16b0-4eba-af8f-b82f201b3770
- Run
make run
from backend directory to start the backend services. - Run
npm run start
from frontend directory to start react app.
- Run
make test
command inside backend directory
- Run
npm run test
command inside frontend directory