Skip to content

wonsikin/ddms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Drive Management System

DDMS is a simple express app.It provides an easy way to create complex forms, so you can do logical in your web pages.

Install dependencies

Make sure you have mongodb,and with Node.js installed, 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 to http://localhost:3003 and login with name : admin@admin.com and password : adminadmin;Access APIs with http://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

logs forms formdatas images docs

About

Data Drive Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 8.4%
  • HTML 7.4%