SoftwareDefinedBuildings/Building-Mapper

Name: Building-Mapper

Owner: Software Defined Buildings

Description: Web service for creating visual floor plans.

Created: 2014-05-01 18:11:14.0

Updated: 2014-05-23 19:59:05.0

Pushed: 2017-04-11 04:18:34.0

Homepage: null

Size: 380

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Building-Mapper

Testing

We are using mocha to test our code. Check out the website for installation details.

To run all tests:

$ mocha
SQL Models

Make sure you have a folder called tmp in the project directory (ignored by gitignore)

To create the database schema & tables, run the following:

>>> from app import db
>>> db.create_all()

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.