Powersync Image Upload is a POC to demonstrate the use of PowerSync to upload images to AWS S3 Buckets and store the image filenames in a AWS RDS database.
- Setup AWS RDS PostgreSQL
- Setup AWS S3 Bucket
- Setup a PowerSync account and create a new project
- Install dependencies (npm)
- Update the .env file with your AWS credentials and PowerSync URL (added a .env.example file for reference)
- Install XCode
- Build the app -
npm run ios
- Start the server -
npm run server