Example of two factor authentication in Express Js And React
Clone git Repository
git clone https://github.com/Ikuzweshema/express-auth-example.git
install Dependencies
cd server && pnpm install
cd client && pnpm install
Start Development Servers
cd client && pnpm run dev
Open the browswer localhost:5173
cd sever && pnpm run dev
The sever will be running on localhost:5000