To run the backend, run the following steps:
cd backendandnpm ito install all neccesary packages used on the server.- Use
/backend/.sample_envas a template to fill out/backend/.envfor credentials to use the production database and AWS textract services. - Once you have done the above steps, you can start the server by running
npm run startfrom the backend directory.
To run the mobile app, we can open the frontend folder in Android Studio, add the app directory as a config, choose a device, build then run.