##Mongoose Data administration
a mongoose example application whose data can be edited by gform-admin.
Have mongodb installed and running on the standard port on localhost
Install this application:
git clone https://github.com/stemey/mongoose-administration-example.git
cd mongoose-admin-example
npm install
node app
Use gform-admin to browse and manage the application data
or
Install gform-admin client as described. Open your browser to the location described there and start administrating your mongoose data.
The default configuration of gform-admin already includes this server (see here).
This application uses mongoose to create persistent models. Rest services for crud operations for these models are provided by baucis. The models schemas and extra meta information are exposed via rest services by baucis-gform. gform-admin dynamically generates master detail views based on the gform schemas provided by baucis-gform. This application uses CORS to allow xdomain access.