Files
IB/README.md
tomosa.sarkar ad19f0cb4c Production code
feat : 2 factor authentication , OTP service , Session timeout
2025-10-15 11:50:25 +05:30

29 lines
438 B
Markdown

- npx create-next-app@latest ib --typescript
- cd ib
- npm install @mantine/core @mantine/hooks
- npm install @mantine/carousel@7.4.0 --legacy-peer-deps
- npm install embla-carousel-react --legacy-peer-deps
- npm run build
- npm run start
- npm run dev
## URls
- For user
```
http://localhost:3000/login
```
- For admin
```
http://localhost:3000/administrator/login
```
- For E-mandate
```
http://localhost:3000/eMandate/login
```