/supabeeper

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Supabeeper

This project is a submission for the Supabase Hackathon.

This mobile app project (iOS only) was inspired by the Yo app and Snapchat. Instead of taking a disappearing picture and sending it to others, you can request pictures from other users by pinging them and they'll send you a disappearing picture.

Installation

  1. Create a brand new Supabase project and run supabase-schema.sql (best to leave out the policies for now) in the Supabase Dashboard Sql Editor.

  2. Add your Twilio credentials for sms authentication.

  3. Install Expo CLI

npm install --global expo-cli
  1. After cloning this repo, add the following to .env file:
SUPABASE_URL=url
SUPABASE_KEY=key
  1. Install deps
yarn;
  1. Start Expo server:
expo start

Credit