Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.47 KB

File metadata and controls

56 lines (38 loc) · 1.47 KB

Email-Authentication-(Site Registration) 📩


(Email Register-Authentication)

Register in the given website through the Email-id & password then authenticate the respective Email


👋🏻 Walkthrough

  1. Install all of the dependencies.
npm install
  1. Run Next.js application and Open browser at localhost:3000.
npm run dev
  1. Run Node API server run in new terminal window (servers has to run at the same time), it will run server at localhost:3001.
npm run server
  1. create .env file in root folder with values of:
GOOGLE_USER=YOUR_GOOGLE_EMAIL // e.g [email protected]
GOOGLE_PASSWORD=YOUR_GOOGLE_PASSWORD // testtest
DOMAIN=YOUR_DOMAIN // e.g http://localhost:3000

⚙ Technology Stacks


(Remember to 🌟 this repository)