DroneDB / MiniReg

Reference DroneDB Registry API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniReg

A minimal, reference implementation of the DroneDB Registry API written in NodeJS.

Running

# git clone https://github.com/DroneDB/MiniReg --recurse-submodules && cd MiniReg
# npm install
# node index.js

Endpoints

  • POST /users/authenticate (default username: admin, password: password)
  • POST /share/init
  • POST /share/upload/<token>
  • POST /share/commit/<token>

Contributing

Make a pull request for small contributions. For big contributions, please open a discussion first.

Roadmap

See the list of wanted features.

About

Reference DroneDB Registry API.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%