MERN social media web application using
Specifics:
-
React - Frontend
-
React router - Navigation
-
FORMIK + yup - Forms and Form validation
-
Redux toolkit - State managment
-
Redux Persistent - Store in local storage
-
React dropzone - Image uploads
-
NodeJs - Runtime
-
ExpressJs - backend framework
-
Mongoose - to manage mongo database
-
Json Web token - authentication
-
Multer - file upload
npm i -g nodemon (server dir)
- for real time server updates
npm i express body-parser bcrypt cors dotenv gridfs-stream multer multer-gridfs-storage helmet morgan jsonwebtoken mongoose
npm init -y
- 0.1
- Basic funtionality
This project is licensed under the MIT License - see the LICENSE.md file for details