Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 672 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 672 Bytes

VoTT-web

Visual Object Tagging Tool: A lightweight and collaborative tool for image tagging.

Development Setup

First make sure you have a .env file created and that it includes the following key pairs:

PORT=8080
WEBSITE_HOSTNAME=http://localhost:8080

AZURE_STORAGE_CONNECTION_STRING=
GITHUB_CLIENT=
GITHUB_SECRET=

VOTT_DEFAULT_ADMIN_GITHUB_USER=
VOTT_DEFAULT_ADMIN_NAME='Luke Skywalker'

Then you can run either

docker-compose up

or

npm install
npm start

Deploy to Azure

Click this button to deploy web app and storage resources to Azure.

Deploy to Azure