This is a little demo project showing a full stack web application with Remix, Node.js using the AWS Text Extract api to extract information (like date of birth) from uploaded passport photos.
Include a .env file with the following:
AWS_ACCESS_KEY_ID="your key id"
AWS_SECRET_ACCESS_KEY="your secret"
AWS_REGION="eu-west-2"
Run the Express server with Vite dev middleware:
npm run dev
To run the tests locally:
npm run test
Use the provided Dockerfile to deploy to Railway.app or Heroku