A full stack clone of Meta Threads. It have some mixed functionality like comment from instagram, grid images from twitter
- Node
- React Native
- FFMpeg(if not it's fine it will be installed with npm)
- Xcode
Make sure you have Node.js and npm installed on your machine. If not, you can download and install them from here.
-
Clone the repository:
git clone https://github.com/GohilMahendra/Thread-Rest.git cd Thread-Rest
-
Install libraries
yarn
-
Install pods
cd ios pod install
- install libraries
yarn
- setup ENV file
- MONGO_URL = your-db-uri
- MAILER_PASS = your-mailer-password
- MAILER_EMAIL = your-mailer-mail
- AWS_ACCESS_KEY = aws-access-key-for-storage-access
- AWS_SECRET_ACCESS_KEY = aws-secret-key-for-storage-access
- AWS_S3_BUCKET_NAME = aws-bucket-name
- AWS_REGION = aws-region-name
- TOKEN_SECRET = token-secret-for-sign-jwt
- use this command to run on nodemoon
yarn dev
- UserSearch (username,fullname) User Schema
"mappings": { "dynamic": false, "fields": { "fullname": [ { "type": "stringFacet" }, { "type": "string" }, { "foldDiacritics": false, "maxGrams": 7, "minGrams": 3, "tokenization": "edgeGram", "type": "autocomplete" } ], "username": [ { "type": "stringFacet" }, { "type": "string" }, { "foldDiacritics": false, "maxGrams": 7, "minGrams": 2, "tokenization": "edgeGram", "type": "autocomplete" } ] } }
}
- ContentSeach (post content full text search) Post Schema
"mappings": { "dynamic": false, "fields": { "content": [ { "type": "stringFacet" }, { "type": "string" }, { "foldDiacritics": false, "maxGrams": 7, "minGrams": 2, "tokenization": "edgeGram", "type": "autocomplete" } ] } }
}
- React-Native
- Typescript
- Redux-Toolkit
- React-navigation v6
- reanimated v2
- MongoDB
- Node.js
- Express.js
- Aws s3
- JWT statless
- Typescript
- Otp Email verification
- Create Post
- Delete Post
- Like A Post
- Comment on Post
- Repost The Other Posts
- Follow user
- UnFollow user
- get following posts
- get list of follwings
- comment on post
- get posts in which you replies
- delete the reply
Settings Dark Mode | Settings logout | Sign In |
---|---|---|
Sign Up | Delete Thread | User Profile |
---|---|---|
Following | Comment 1 | Comment 2 |
---|---|---|
Comment 3 | Favorites -Reply | Favorites -Reply Delete |
---|---|---|
Favorites -liked | Follwing | Favorites -follwings |
---|---|---|
Full Text search 1 | Full Text search 2 | Full Text search 3 |
---|---|---|
Profile 01 | Profile 02 | Create Thread |
---|---|---|
Profile Posts | User Profile Posts | Video Player |
---|---|---|
Sign In | Sign Up | Feed1 |
---|---|---|
Feed2 | Feee3 | Feed4 |
---|---|---|
Repost | User Posts | Comments |
---|---|---|
Add Comment | Feed5 | UserProfile |
---|---|---|
Qoute Post | Qoute Post 2 | Search |
---|---|---|
Full Text search 1 | Full Text search 2 | Full Text search 3 |
---|---|---|
Create Threads | User Profile | Edit Profile |
---|---|---|
User Profile | User Profile 2 | Favorites |
---|---|---|
Favorites 2 | Favorites 3 | Favorites 4 |
---|---|---|
Profile | Settings | |
---|---|---|