Login & Registration Form with MERN stack
👋 Introduction
Responsive user Registration and Login (SignIn & SignUp) Form functionality using React, NodeJS, ExpressJS and MongoDB and Bootstrap.
❓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 :
-
Download the repository
-
Unzip folder and open it with VS Code
-
Frontend
-
Open terminal & go to
cd frontend
-
Install dependencies by running
npm install
command -
Run the command
npm run dev
to start live server -
Click on
http://localhost:5173/
-
Backend
-
Open terminal & go to
cd backend
-
install dependencies by running
npm install
command -
Run the command
npm start
ornodemon index.js
to start live server on database
- Congratulation 🎉 you have setup the environment successfully
🛠️ Technology Used
This project uses the following technologies:
- React and React Router for frontend
- Express and Node for the backend
- MongoDB for the database
- Bootstrap for styling