Together App is a social app to connect with your family, friends and others. You can add friends to get updates on your feed or can message.
First, install the packages:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Rename the env-guide.txt file to .env.local and add environment variables
Uncomment {children}
in root level layout.tsx file and comment <DbFull />
component
-
Feeds
- Create posts
- Delete your post
- See other's posts (infinite scroll)
- Interact with the posts by liking and doing comment and sharing
-
Profile
- Add friends
- Make your profile
- See other's profile
-
Messages
- Message your friends
- Search conversation
-
Notifications
- Get notifications for app events
-
Explore
- Find people or posts
- Friends recommendations