chestone / tagging-api

An Node/Express driven API for creating tags for arbitrary data and keep stats on them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagging API

An API server that provides a simple web accessible REST API to create and fetch tags and tagged data. This API uses a very simple persistance db in the form of a JSON powered by lowdb.

Supporting the interface described here.

Installing

Run this command and it will install the app's dependencies npm i -D

Running

Run npm start in your terminal and the service should start on port '8080'.

About

An Node/Express driven API for creating tags for arbitrary data and keep stats on them.


Languages

Language:JavaScript 100.0%