An Login System Authenticated via Google Firebase in MERN Stack.
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
- 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.
Client: React
Server: Node, Express