https://github.com/zubayerhimel/meme-share
https://github.com/zubayerhimel/meme-share
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zubayerhimel/meme-share
- Owner: zubayerhimel
- Created: 2021-01-02T05:52:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T15:51:55.000Z (over 4 years ago)
- Last Synced: 2025-01-18T12:47:57.547Z (5 months ago)
- Language: JavaScript
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meme-share application with MERN stack
### To run the project
1. `cd meme-sharer`
2. `npm i`
3. `cd client`
4. `npm i`
5. `cd ..`
6. `npm run dev`
7. Project will run on `PORT 3000`### Backend
- NodeJS
- Express
- MongoDB
- Twilio sms system for Forgot Password
- API
- Authentication
- Normal auth
- Profile
- Get profile
- Forgot password with OTP verification (Twilio)
- Meme Post
- Create post
- Get All posts
- Get each post
- Image upload on Cloudinary
- Comments
- Create comments
- Delete comments
- Like Posts
- UnLike Posts### Frontend
- ReactJS
- React router
- Axios
- Material-UI
- Local storage