Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finger563/webgme-exporter

Allows automatic model loading and conversion to standard format with optional custom processing to a domain specific language. Enables serialization of a (sub-)tree of a webgme project.
https://github.com/finger563/webgme-exporter

Last synced: 13 days ago
JSON representation

Allows automatic model loading and conversion to standard format with optional custom processing to a domain specific language. Enables serialization of a (sub-)tree of a webgme project.

Awesome Lists containing this project

README

        

# webgme-exporter
## Installation
First, install the webgme-exporter following:
- [NodeJS](https://nodejs.org/en/) (v4.x.x recommended)
- [MongoDB](https://www.mongodb.com/)

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-exporter!