Tagur
A Node.js web-app to annotate images. Click on images, and a comment appears where you clicked.
How to install and run
- Clone the tagur git repo:
git clone https://github.com/ampersandre/tagur.git
- Install npm modules:
npm install
- Set environment variables:
export MONGO_CONNECTION_STRING=mongodb://<dbuser>:<dbpassword>@<host>:<port>/<database>
- Run it
npm start