数据驱动管理系统DDMS

jopen 9年前

DDMS是一个简单的展示app。它提供一种简易的方式来创建复杂表单, so you can do logical in your web pages.

Install dependencies

Make sure you have mongodb,and withNode.jsinstalled, run these commands from the root of the project.

npm install -g bower  npm install cd public  bower install

Start the app

npm start

Go tohttp://localhost:3003and login withname : admin@admin.compassword : adminadmin;Access APIs withhttp://localhost:3004

Stop the app

sudo lsof -P | grep ':3003' | awk '{print $2}' | xargs kill -9  sudo lsof -P | grep ':3004' | awk '{print $2}' | xargs kill -9

Environment variables

For upload images,DDMS only save image's link,it does not provide upload image to it's own server,use other server to upload images.

//upload: the server api to upload image  process.env.DDMS_IMAGE_UPLOAD  //server: the server api to access image  process.env.DDMS_IMAGE_SERVER


Screenshots

数据驱动管理系统DDMS 数据驱动管理系统DDMS 数据驱动管理系统DDMS 数据驱动管理系统DDMS

项目主页:http://www.open-open.com/lib/view/home/1434699683130