rocket suite is a social media app to know people around the world.
With rocket suite you can:
- Create multiple rooms
- Share your room's code with other participants
- See you recent activities
- And more...
- Development: React + Typescript
- Styles: Chakra UI
- Database and authentication: Supabase
- Deployment: Vercel
- Sign In on Supabase
- Go to settings option on sidebar
- Select API option on project settings block
- Copy 'anon public' and 'URL'
I haven't created the migrations to deploy all the tables to database. However, I will generate a script to generate the tables and policies.
- Clone this repo to a directory and then run
npm install
- Set-up your environment variables following the
.env.example
file.
- You can get the
NEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_ANON_KEY
following Supabase - Project API Keys
- Set-up your environment variable following the
.env.example
file.
- You can follow this guide of Twilio to set
ACCOUNT_SID
,API_KEY_SID
andAPI_KEY_SECRET
- Run
npm run dev
to start developing mode.