Skip to content

Establishing a link between the frontend login and signup pages and the backend MongoDB hosted on the cloud using Node.js, along with the Postman API for user data management.

Notifications You must be signed in to change notification settings

reshniVisionX/Login-and-Signup-page-with-Nodejs-in-mongodb-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Login and Signup with MERN Stack

🧾 Overview

This project implements a login and signup system using the MERN stack β€” MongoDB, Express.js, React.js, and Node.js. It provides both frontend and backend functionality to manage user authentication seamlessly and securely.


✨ Features

  • βœ… User registration with email and password
  • πŸ” User login with secure authentication
  • πŸ”’ Secure password storage using bcrypt
  • πŸ›‘οΈ Authentication using JSON Web Tokens (JWT)
  • πŸ’» Frontend built with React.js for a dynamic user interface
  • βš™οΈ Backend built with Node.js and Express.js
  • πŸ—ƒοΈ MongoDB used as the database to store user information

πŸ“¦ Installation

Clone the repository: git clone https://github.com/your-username/login-signup-mern.git

Navigate to the project directory: cd login-signup-mern.

Install dependencies: cd client && npm install && cd ../server && npm install

Usage : Start the backend server: cd server && npm start Start the frontend development server: cd client && npm start Open your web browser and go to http://localhost:3000 to access the application.

Configuration : MongoDB connection string: Modify the MongoDB connection string in server/config/config.js to point to your MongoDB instance.

About

Establishing a link between the frontend login and signup pages and the backend MongoDB hosted on the cloud using Node.js, along with the Postman API for user data management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published