Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roxyzc/threads
Collaboration with akbaroke
https://github.com/roxyzc/threads
mysql nestjs redis rest-api typescript
Last synced: 29 days ago
JSON representation
Collaboration with akbaroke
- Host: GitHub
- URL: https://github.com/roxyzc/threads
- Owner: roxyzc
- Created: 2023-10-05T12:33:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T12:51:13.000Z (about 1 year ago)
- Last Synced: 2023-12-20T16:01:51.292Z (about 1 year ago)
- Topics: mysql, nestjs, redis, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 677 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**_install_**
```
yarn install
```**_documentation_**
```
https://documenter.getpostman.com/view/19500855/2s9YJc2P7A
```**_.(production or development).env_**
| name | value |
| :---: | :---: |
| PORT | 3000 |
| PORT_DATABASE | 3306 |
| PASSWORD_DATABASE | "your password" |
| USERNAME_DATABASE | "root" |
| HOST_DATABASE | "localhost" |
| NAME_DATABASE | "threads" |
| SYNCHRONIZE_DATABASE | true |
| PUBLIC_KEY_JWT | "public_key" |
| PRIVATE_KEY_JWT | "private_key" |
| USER_SMTP | "[email protected]" |
| PASS_SMTP | "your password" |
| FRONTEND_URL | "http://" |
| SECRET_CHIPHER | "secret" |
| TTL_THROTTLER | 60000 (millisecond) |
| LIMIT_THROTTLER | 3 |
| CLIENT_ID | oauthId |
| CLIENT_SECRET | oauthSecret |
| CALLBACK_URL | callbackUrl |
|GOOGLE_DRIVE_CLIENT_ID| "" |
|GOOGLE_DRIVE_CLIENT_SECRET| "" |
|GOOGLE_DRIVE_REFRESH_TOKEN| "" |
|GOOGLE_DRIVE_REDIRECT_URI| ""|