A generic JSON document store built around a file system. Can be used to cache or archive JSON documents. Built using Feathers.
-
Be sure you have Node version 14.17. If you’re using nvm, you may need to
nvm use 14.17
. -
Clone this repo.
-
Make this project directory the current directory, i.e.
cd dendra-json-api-file
. -
Install modules via
npm install
. -
If all goes well, you should be able to run the predefined package scripts.
-
Make this project directory the current directory, i.e.
cd dendra-json-api-file
. -
Build the project
docker build -t dendra:dendra-json-api-file .
. -
Tag the desired image, e.g.
docker tag f0ec409b5194 dendra/dendra-json-api-file:latest
. -
Push it via
docker push dendra/dendra-json-api-file
.