數據驅動管理系統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 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!