$ npm i
Chat app with ReactJS
Make sure to have HashiCorp Vault CLI installed, otherwise install it here
Preparation
$ vlt config
Encryption example
$ npm run enc:client chatopiaClient {ENV}
Decryption example
$ npm run dec:client chatopiaClient {ENV}
$ npm start
Websockets server in Nestjs using socket.io
Make sure to have HashiCorp Vault CLI installed, otherwise install it here
Preparation
$ vlt config
Encryption example
$ npm run enc:server chatopiaServer {ENV}
Decryption example
$ npm run dec:server chatopiaServer {ENV}
$ npm run dev