Skip to content

A full stack Social Media App created with the MERN stack with dark mode theme option

Notifications You must be signed in to change notification settings

deftPeg/SocialMediaApp-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Social Media App

MERN full stack Social Media App. The front end is created with react and redux and styling with material ui. The UI offers both dark and light mode. The backend is created with the MERN stack and Mongodb Atlas and Multer. Authentication is handled by JWT.

****** THERE ARE STILL SOME BUGS THAT NEED TO BE FIXED REGARDING MULTER ******




🛠 Languages and Tools:


react Redux Logo MUI logo




DEPENDENCIES: Front-End

• npx-create-react-app
• @emotion/react
• @emotion/styled
• @mui/icons-material
• @mui/material
• @reduxjs/toolkit
• formik
• react-dropzone
• react-redux
• react-router-dom
• react-scripts
• redux-persist
• yup


DEPENDENCIES: Back-End

• bcrypt
• body-parser
• cors
• dotenv
• express
• gridfs-stream
• helmet
• jsonwebtoken
• mongoose
• morgan
• multer
• multer-gridfs-storage
• nodemon
• path


Front-end runs on local host port 3000


Back-end runs on local host port 3001