An open API service indexing awesome lists of open source software.

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

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.