数据驱动管理系统DDMS
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
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!