This repository contains the HTTP storage.
- npm
- node
- docker
- docker-compose
To build the project:
npm i
npm run build
Before starting put all SCDs you want to make available into the public
directory.
To start the HTTP storage run:
npm start
To start it with docker run:
docker-compose up