tattle-made / collaborative-media-annotator

A Realtime Annotation Service to annotate media to create open datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roadmap

Running Locally

docker-compose up this will run redis, frontend and backend services frontend : http://localhost:3000 backend : http://localhost:8000

Seeding the database docker exec -it backend node models/seed-database.js

Developing Locally

docker run redismodimage
cd src/frontend && npm run dev
cd src/backend && npm run dev

TODO

UI optimizations and improvements Database based persistant storage

About

A Realtime Annotation Service to annotate media to create open datasets


Languages

Language:JavaScript 97.7%Language:CSS 1.7%Language:HTML 0.7%