That's a simple Twitter clone just to fun with MongoDB, Node.js, Socket.io, React.js, Vue.js and React Native.
- run mongod on
27017
- run npm start (Node.js will be running on http://localhost:3000)
- POST:
/tweetsto create a new Tweet - POST:
/likes/:idto like a Tweet - GET:
/tweetsto get all Tweets
- POST:
- React.js in web-react folder
- yarn && yarn start
- Vue.js in web-vue folder
- yarn && yarn serve
- React Native in mobileReactNative folder
- react-native run-ios --simulator "iPhone XR"
