Salmandabbakuti / magic-link

full-stack passwordless login app idea using mongo, nodejs, graphql, react

Home Page:https://magic-link-alpha.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magiclink-app

Passwordless login(magic link) via email

Steps:

  1. Create .env file in root directory with below parameters of your environment:
MONGODB_URI=
APP_URL=
JWT_SECRET=
SES_SENDER_EMAIL=
SES_REGION=
  1. Install dependencies and run backend
npm i
npm run dev
  1. Starting Client Application

Create .env file in root of client with below parameters of your environment:

REACT_APP_API_URL=
cd client
npm install
npm start

About

full-stack passwordless login app idea using mongo, nodejs, graphql, react

https://magic-link-alpha.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 59.0%Language:CSS 32.1%Language:HTML 8.9%