Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 845 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 845 Bytes

Dendra Web API

The public facing REST API for Dendra. Built using Feathers.

API Documentation

Instructions

  1. Be sure you have Node version 14.19.x. If you’re using nvm, you may need to nvm use 14.19.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-web-api.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.

To build and publish the Docker image

  1. Make this project directory the current directory, i.e. cd dendra-web-api.

  2. Build the project docker build -t dendra:dendra-web-api ..

  3. Tag the desired image, e.g. docker tag f0ec409b5194 dendra/dendra-web-api:latest.

  4. Push it via docker push dendra/dendra-web-api.