https://github.com/thesanchitadevi/docker-in-node
Docker config in node app
https://github.com/thesanchitadevi/docker-in-node
docker docker-image dockerfile dockernode node nodejs
Last synced: about 2 months ago
JSON representation
Docker config in node app
- Host: GitHub
- URL: https://github.com/thesanchitadevi/docker-in-node
- Owner: thesanchitadevi
- Created: 2023-05-24T14:07:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T14:12:38.000Z (about 3 years ago)
- Last Synced: 2025-08-19T20:49:15.277Z (10 months ago)
- Topics: docker, docker-image, dockerfile, dockernode, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm i
```
```
npm i node
```
```
npm i mongodb mongoose cors dotenv express
```
```
npm i bcrypt
```
```
npm i jsonwebtoken
```
```
npm init
```
## JWT secret key generate in terminal/command
```
node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
```