Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Allows importing json-serialized (sub-)trees of webgme projects under the assumption that the meta for the serialized model is the same as the meta for the model it is being imported into.
https://github.com/finger563/webgme-importer

Last synced: 5 days ago
JSON representation

Allows importing json-serialized (sub-)trees of webgme projects under the assumption that the meta for the serialized model is the same as the meta for the model it is being imported into.

Awesome Lists containing this project

README

        

# webgme-importer
## Installation
First, install the webgme-importer 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-importer!