Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 607 Bytes

Xero-Accounting

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

Running the application

  1. Run make run from backend directory to start the backend services.
  2. Run npm run start from frontend directory to start react app.

Running the tests

Backend

  1. Run make test command inside backend directory

Frontend

  1. Run npm run test command inside frontend directory