1.0.0 • Published 6 years ago

webgme-uml v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

webgme-uml

license Documentation npm npm npm

uml.collaborative-design.org

Donate

This repository contains a representation of UML class diagrams for creating and synthesizing code from UML Class Diagrams created in WebGME.

An example ULM class diagram might look like:

Simple Class Diagram

To generate c++ code from the UML class diagram, run the CodeGenerator Plugin.

Installation

First, install the webgme-uml following:

Second, start mongodb locally by running the mongod executable in your mongodb installation (you may need to create a data directory or set --dbpath).

Then, run webgme start from the project root to start . Finally, navigate to http://localhost:8888 to start using webgme-uml!