https://github.com/thedistortedwajdan/mern-socialmediaapp
Full Stack social media website
https://github.com/thedistortedwajdan/mern-socialmediaapp
create-react-app material-ui mongodb-atlas mongoose nodejs react-router-dom-v6
Last synced: 2 months ago
JSON representation
Full Stack social media website
- Host: GitHub
- URL: https://github.com/thedistortedwajdan/mern-socialmediaapp
- Owner: thedistortedwajdan
- Created: 2024-02-05T07:01:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T10:34:54.000Z (10 months ago)
- Last Synced: 2024-09-08T12:32:16.094Z (10 months ago)
- Topics: create-react-app, material-ui, mongodb-atlas, mongoose, nodejs, react-router-dom-v6
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack Social Media Web Application
It is a basic social media web application that allows users to post, like, and comment on posts. Real time chat will be implemented using socket.io.
## Have a look 🖼️
You can view the basic preview (without validations, api integrations and routing) of the application [HERE](https://thedistortedwajdan.github.io/REACT-SocialMediaLandingPage/).## Frontend
Frontend is built using create-react-app. It uses material-ui for styling. It uses axios for making requests to the backend. It uses react-router-dom's HashRouter for routing.
## Backend
Backend is built using express.js. It uses mongoose for database operations. Socket.io will be used for real time chat.