/tagur

A web-app to annotate images

Primary LanguageJavaScript

Tagur

A Node.js web-app to annotate images. Click on images, and a comment appears where you clicked.

How to install and run

  1. Clone the tagur git repo:
git clone https://github.com/ampersandre/tagur.git
  1. Install npm modules:
npm install
  1. Set environment variables:
export MONGO_CONNECTION_STRING=mongodb://<dbuser>:<dbpassword>@<host>:<port>/<database>
  1. Run it
npm start