https://github.com/bin-pdt/webauth_nestjs
INTRODUCTION TO TYPESCRIPT NESTJS
https://github.com/bin-pdt/webauth_nestjs
bcrypt nestjs nodemailer passport typeorm typescript web-backend
Last synced: about 1 month ago
JSON representation
INTRODUCTION TO TYPESCRIPT NESTJS
- Host: GitHub
- URL: https://github.com/bin-pdt/webauth_nestjs
- Owner: BIN-PDT
- Created: 2025-04-02T13:44:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-03T06:00:12.000Z (about 1 month ago)
- Last Synced: 2025-04-03T06:32:20.114Z (about 1 month ago)
- Topics: bcrypt, nestjs, nodemailer, passport, typeorm, typescript, web-backend
- Language: TypeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**1. PROJECT**
```
git clone https://github.com/BIN-PDT/WEBAUTH_NESTJS.git && rm -rf WEBAUTH_NESTJS/.git
```_For privacy reasons, replace the sensitive information in `.env` with your own._
- _Replace `MAIL_ADDRESS` & `MAIL_PASSWORD` (Application Password) with your Gmail Account_.
- _Generate `SECRET_KEY`_.
```
openssl rand -hex 32
```**2. DEPENDENCY**
```
npm install
```**3. DATABASE**
```
npm run migration:generate
``````
npm run migration:run
```**4. RUN APPLICATION**
```
npm run start:dev
```