https://github.com/ikuzweshema/express-auth-example
🔐Example of two factor authentication in Express Js And React
https://github.com/ikuzweshema/express-auth-example
axios express express-api express-authentication jwt jwt-token react react-router reactjs restful-api
Last synced: 3 months ago
JSON representation
🔐Example of two factor authentication in Express Js And React
- Host: GitHub
- URL: https://github.com/ikuzweshema/express-auth-example
- Owner: Ikuzweshema
- License: mit
- Created: 2024-08-26T10:16:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T03:59:02.000Z (4 months ago)
- Last Synced: 2025-01-31T18:29:43.271Z (3 months ago)
- Topics: axios, express, express-api, express-authentication, jwt, jwt-token, react, react-router, reactjs, restful-api
- Language: JavaScript
- Homepage: https://express-auth-app.vercel.app/
- Size: 399 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-auth-example
> Example of two factor authentication in Express Js And React
> Clone git Repository
```bash
git clone https://github.com/Ikuzweshema/express-auth-example.git
```> install Dependencies
```bash
cd server && pnpm install
``````bash
cd client && pnpm install
```> Start Development Servers
```bash
cd client && pnpm run dev
```Open the browswer [localhost:5173](http://localhost:5173)
```bash
cd sever && pnpm run dev```
The sever will be running on [localhost:5000](http://localhost:5000)