An HTTP server to manage internal application secrets
- Node.js
- npm OR yarn
- MongoDB
$ docker run -p 3001:3001 qelos/secrets
$ npm i @greenpress/secrets
$ npx greenpress-secrets
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
$ npm install
$ npm start