Skip to content

mantukumar22/LinkedIn_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deployed links

frontend : https://linkedinclone-olive-delta.vercel.app Backend : https://linkedin-clone-kb5b.onrender.com Building start :--------

Setup mongodb atlas-

  1. Project Linkedin_clone ( create cluster).
  2. update IP awwalow from anywhere.

Setup Backend

  1. cd backend
  2. setup node.js backend using this : npm init ( )
  3. installing dependcies : npm install bcrypt cors crypto express mongoose multer nodemon pdf-creator-node pdfkit
  4. setup mongoose schema
  5. create server.js for express run and others
  6. making routes and controllers for every thing to show on web site

Setup frontend ( NEXTjs )

  1. using this : npx create-next-app@latest with
    Installing dependencies: - next - react - react-dom

     Installing devDependencies:
     - eslint
     - eslint-config-next
    
  2. installing react redux {npm install react-redux} and this : npm i @reduxjs/toolkit and npm i axios

  3. create src/config/index.jsx then backend url setup there

  4. 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

About

building LinkedIn clone which perform all things like linkedin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors