To run the backend, run the following steps:
cd backend
andnpm i
to install all neccesary packages used on the server.- Use
/backend/.sample_env
as a template to fill out/backend/.env
for 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 start
from 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.