I'm taking advantage of recent technologies like React and Firebase to completely rewrite the previous Ruby on Rails based Grokphoto application.
The general idea will be the same. This is an open source photo proof application you can very easily self host for free other than the cost to store images with S3.
git clone [email protected]:rapind/togproof.git
cd togproof
npm install
npm start
npm run prod
-
Sign up for an account at https://www.firebase.com/ and create a new application.
-
Edit the firebase.json to point at this Firebase application.
-
firebase deploy