Skip to content

dudash/selfie-funhouse-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selfie Funhouse - Mobile

Here is the bigger picture of what this fits into:

selfiefunhousediagram

About the code

It's node.js - and it REQUIRES Red Hat's Mobile Application Platform or FeedHenry

How to use this service

  • Create a form using Drag and Drop in RHMAP
  • Add a photo field as the 1st field in the form (the rest can be whatever you want)
  • Create a forms project and add the form to it
  • Edit the default cloud service in RHMAP
    • Add this file to the lib folder
    • Add require('./lib/handleforms'); to your application.js
    • In RHMAP set the required env vars
    • AWS_ACCESS_KEY_ID
    • AWS_SECRET_ACCESS_KEY
    • AWS_BUCKET
  • Deploy everything and run

** NOTE: for the full system you will also have to stand up your own AWS S3 bucket to accept the outbound photos, the lambda service in your AWS account, and run the web app.

About

A simple mobile backend service to connect to our forms database pull images and relay to AWS S3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published