Skip to content

SoftwareDefinedBuildings/Building-Mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Web service for creating visual floor plans.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published