A minimal, reference implementation of the DroneDB Registry API written in NodeJS.
# git clone https://github.com/DroneDB/MiniReg --recurse-submodules && cd MiniReg
# npm install
# node index.js
-
POST /users/authenticate(defaultusername: admin,password: password) -
POST /share/init -
POST /share/upload/<token> -
POST /share/commit/<token>
Make a pull request for small contributions. For big contributions, please open a discussion first.
See the list of wanted features.