Skip to content

abhaypithadiya/authentication-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Login System

An Login System Authenticated via Google Firebase in MERN Stack.

Project Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/abhaypithadiya/authentication-system

Go to the project directory and run the below code to start the front end of the project.

  cd login-system
  npm start

If you get an react-script error run the below code and it will work.

  npm install react-scripts --save
  npm start

For the backend of the project run the below code.

  cd login-server
  node index.js

Overview

  • Enter Your Phone Number.
  • You will recieve an One Time Password (OTP) on the given Number.
  • Enter the 6 Digit OTP recieved on your Phone.
  • If the OTP is correct Only then the data will be saved in the Database.

Tech Stack

Client: React

Server: Node, Express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published