Skip to content

stemey/mongoose-administration-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Mongoose Data administration

a mongoose example application whose data can be edited by gform-admin.

Installation

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).

Architecture

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.

About

a mongoose example application whose data can be edited by gform-admin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%