/web3-login-system

A Web3 based user login system

Primary LanguageJavaScript

Web3 based User login system

A basic user login system built using mern stack and web3

Steps for setup:-

  1. Fork this repo
  2. Clone this repo in your local system

Steps for starting backend:-

  1. Change the working directory to your forked repo ( cd web3-login-system )
  2. Go to backend directory ( cd backend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm run start )

Steps for starting frontend:-

  1. Change the working directory to your forked repo ( cd web3-login-system )
  2. Go to frontend directory ( cd frontend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm start )