The public facing REST API for Dendra. Built using Feathers.
-
Be sure you have Node version 14.19.x. If you’re using nvm, you may need to
nvm use 14.19
. -
Clone this repo.
-
Make this project directory the current directory, i.e.
cd dendra-web-api
. -
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-web-api
. -
Build the project
docker build -t dendra:dendra-web-api .
. -
Tag the desired image, e.g.
docker tag f0ec409b5194 dendra/dendra-web-api:latest
. -
Push it via
docker push dendra/dendra-web-api
.