## Notes
I'm restarting this project with the following tech stack:
- UI: [[React Native]] + [[Expo]]
- Backend: [[Supabase]]
## Database Models
- Users
- Groups
- Restaurants
### Group
Has A
- id, uuid (primary key)
- groupName, string
- owner_id, uuid (foreign key)
- participant_ids, uuid[] (foreign keys)
- group details, JSON object
## Features
- [x] User can Sign Up
- [x] User can Log In
- User can Change Password
- User can Create a Group
- User can Invite a Friend to the app
- User can Invite a Friend to a Group
- Users in a Group can choose Group Qualities
- Cuisine Type
- Distance
- Budget
- Hours
## Other
- [[Restaurant Swipe Private]]
- [[Restaurant Swipe Overview|Restaurant Swipe]]