New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ddms

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddms

Data Drive Management System

latest
Source
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

NPM

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

Keywords

Form System

FAQs

Package last updated on 01 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts