Login & Registration Form with MERN stack

👋 Introduction

Responsive user Registration and Login (SignIn & SignUp) Form functionality using React, NodeJS, ExpressJS and MongoDB and Bootstrap.

Screenshot (219)

Screenshot (220)

❓Requirements

Before going forward you must have Node js installed on your machine. Go to the link below for installation if you don’t have installed yet.

⚙️ Installation & Getting started :

  1. Download the repository

  2. Unzip folder and open it with VS Code

  • Frontend

  1. Open terminal & go to cd frontend

  2. Install dependencies by running npm install command

  3. Run the command npm run dev to start live server

  4. Click on http://localhost:5173/

  • Backend

  1. Open terminal & go to cd backend

  2. install dependencies by running npm install command

  3. Run the command npm start or nodemon index.js to start live server on database

  • Congratulation 🎉 you have setup the environment successfully

🛠️ Technology Used

This project uses the following technologies:

Do not forget to give a star! ⭐🤗

GitHub

View Github