An open API service indexing awesome lists of open source software.

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

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)