frontend : https://linkedinclone-olive-delta.vercel.app Backend : https://linkedin-clone-kb5b.onrender.com Building start :--------
- Project Linkedin_clone ( create cluster).
- update IP awwalow from anywhere.
- cd backend
- setup node.js backend using this : npm init ( )
- installing dependcies : npm install bcrypt cors crypto express mongoose multer nodemon pdf-creator-node pdfkit
- setup mongoose schema
- create server.js for express run and others
- making routes and controllers for every thing to show on web site
-
using this : npx create-next-app@latest with
Installing dependencies: - next - react - react-domInstalling devDependencies: - eslint - eslint-config-next -
installing react redux {npm install react-redux} and this : npm i @reduxjs/toolkit and npm i axios
-
create src/config/index.jsx then backend url setup there
-
then create src/cofig/redux/action,middleware,reducer,store.js Steps for State Management Submit Action Handle action in its's reducer Register here -> reducer