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

4 Commits
 
 
 
 
 
 

Repository files navigation

Project: Login and Signup with MERN Stack

Overview : This project implements a login and signup system using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides both frontend and backend functionality to manage user authentication.

Features : User registration with email and password, User login with email and password, Secure password storage using bcrypt, JSON Web Token (JWT) based authentication, 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