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

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

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'))"
```