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

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

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
```