Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 1.87 KB

README.md

File metadata and controls

92 lines (69 loc) · 1.87 KB

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