# LBMesh Mongo Schema

This small npm package will generate the default schema for the Full Stack. 

## Usage

```
    npm install
```

Update the DB Name for your location with the url connection string;

```
    var url = "mongodb://localhost:27017/lbmesh";
```

Run the index file by doing the following

```
    node index
```