An HTTP server to manage static assets on several assets providers
- Node.js
- npm OR yarn
- MongoDB
- Authentication-service
- Secrets-service
$ docker run -p 3001:3001 greenpress/assets
$ npm i @greenpress/assets
$ npx greenpress-assets
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