app using react-native, react-redux just using store management not yet connect with backend , so state will lose when refresh next feature will add realm
Using upload feature. Every posted picture can be commented and like.
We have two (2) collections. users and memes. Schema for users are:
- Name type String
- User Name type String
- Password type String
- Age type Number
- Email type String
Schema for memes are:
- Title type String
- Image URL type String
- Author type ObjectType of Users Id
- Funny type array or ObjectType of Users Id (likes)
- comments type array of ObjectType of Users Id (comment count)
- Created At type Date
- Updated At type Date
For using this api you must install npm or yarn and for start you must react-native link & react-native run-android