Old express.js version can be found in the old_version directory
Full setup from scratch, to running this service (on Ubuntu):
sudo apt-get install nodejs
wget https://install.meteor.com | sh
git clone [email protected]:j6k4m8/ocpmeta.git ocpmeta
cd ocpmeta
meteor --port=3030
```
Endpoints:
'/api/metadata/get/:id'
'/api/metadata/delete/:id/'
'/api/metadata/unset/:id/:field_name'
'/api/metadata/set/:id/:field_name'
'/api/metadata/exists/:field_name'
'/api/metadata/get'
'/api/metadata/set'