Danlowe95 / IBEIS-web

Web interface and API for IBEIS.
Apache License 2.0
0 stars 6 forks source link

IBEIS Web

Tasks on Trello Build Status Dependency Status devDependency Status

IBEIS Web is the new front-end solution for the IBEIS image analysis suite. It provides a researcher friendly interface with the goal of providing animal identification to fuel biological and ecological insight.

This repository is purely for the development of an angular front-end. All node modules and server code is for development and testing.

Getting Started

Prerequisites

Developing

First Time Setup
  1. Run npm install to install server dependencies.
  2. Run grunt develop to install all dependencies.
  3. Run grunt serve to preview the site in a browser.
Commands
Code Coverage

By running grunt test a coverage folder will be generated in the root directory of this project. Open index.html to view code coverage.