Skip to content

A project to setup registration and email authentication of registered email to the respective website as the requirements.

License

Notifications You must be signed in to change notification settings

U-c0de/Email-Authentication-Registration

Repository files navigation

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 test@gmail.com
GOOGLE_PASSWORD=YOUR_GOOGLE_PASSWORD // testtest
DOMAIN=YOUR_DOMAIN // e.g http://localhost:3000

⚙ Technology Stacks


(Remember to 🌟 this repository)

About

A project to setup registration and email authentication of registered email to the respective website as the requirements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published