My MERN Project

Welcome to My MERN Project! This is a simple Register and Login built using the MERN stack.

Description

This project consists of a basic user registration and login system. It includes separate frontend and backend components.

Features

  • User Registration
  • User Login
  • Frontend built with React.js
  • Backend built with Node.js and Express.js
  • MongoDB used as the database

Installation

To run this project on your local machine, follow these steps:

  1. Clone this repository:

    git clone https://github.com/Goutham-H-A/Simple-Login-and-Register.git
    

Welcome to My MERN Project! This is a simple web application built using the MERN stack.

Description

This project consists of a basic user registration and login system. It includes separate frontend and backend components.

Features

  • User Registration
  • User Login
  • Frontend built with React.js
  • Backend built with Node.js and Express.js
  • MongoDB used as the database

Installation

To run this project on your local machine, follow these steps:

  1. Clone this repository:

    git clone https://github.com/Goutham-H-A/Simple-Login-and-Register.git
    
  2. Go to the root directory

     cd your-root-directory
    
  3. Go to Backend

    cd backend
    
  4. Install all node dependencies

    npm install
    
  5. Create a file .env in Backend And Set MONGODB_URI and PORT

  6. Run The Backend

     node index.js
    
  7. Go to Frontend

    cd frontend
    npm install
    
  8. Run The Frontend to start react app

    npm start
    
    

#Happy Coding