{"id":13472898,"url":"https://github.com/unbug/ddms","last_synced_at":"2025-03-17T14:15:04.225Z","repository":{"id":33229635,"uuid":"36873299","full_name":"unbug/ddms","owner":"unbug","description":"Data Drive Management System","archived":false,"fork":false,"pushed_at":"2017-12-08T12:17:34.000Z","size":5050,"stargazers_count":182,"open_issues_count":0,"forks_count":42,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-06T14:55:24.447Z","etag":null,"topics":["mongoose","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unbug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-04T13:55:17.000Z","updated_at":"2024-10-25T10:47:15.000Z","dependencies_parsed_at":"2022-06-27T10:24:39.388Z","dependency_job_id":null,"html_url":"https://github.com/unbug/ddms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbug%2Fddms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbug%2Fddms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbug%2Fddms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbug%2Fddms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unbug","download_url":"https://codeload.github.com/unbug/ddms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244002041,"owners_count":20381910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mongoose","nodejs"],"created_at":"2024-07-31T16:00:58.859Z","updated_at":"2025-03-17T14:15:04.203Z","avatar_url":"https://github.com/unbug.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![NPM](https://nodei.co/npm/ddms.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/ddms/)\n\nData Drive Management System\n=================\nDDMS is a simple express app. It provides an easy way to create complex forms, so you can do logical in your web pages.\n\n\n### Install dependencies\nMake sure you have [mongodb](https://www.mongodb.org/),and with `Node.js` installed, run these commands from the root of the project.\n```shell\nnpm install -g bower\nnpm install\ncd public\nbower install\n```\n\n### Start the app\n```shell\nnpm start\n```\nGo to `http://localhost:3003` and login with `name : admin@admin.com` and `password : adminadmin`;Access APIs with `http://localhost:3004`\n\n### Stop the app\n```shell\nsudo lsof -P | grep ':3003' | awk '{print $2}' | xargs kill -9\nsudo lsof -P | grep ':3004' | awk '{print $2}' | xargs kill -9\n```\n\n### Environment variables\nFor 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.\n```js\n//upload: the server api to upload image\nprocess.env.DDMS_IMAGE_UPLOAD\n//server: the server api to access image\nprocess.env.DDMS_IMAGE_SERVER\n```\n\n### Screenshots\n\n![logs](https://cloud.githubusercontent.com/assets/799578/8326259/77246a98-1a92-11e5-8a48-314700269dfa.png)\n![forms](https://cloud.githubusercontent.com/assets/799578/8326260/77255052-1a92-11e5-8c7a-3564a5a6fe5c.png)\n![formdatas](https://cloud.githubusercontent.com/assets/799578/8326240/53d081a8-1a92-11e5-8618-9a7b942a890a.png)\n![images](https://cloud.githubusercontent.com/assets/799578/8326258/7722163a-1a92-11e5-957a-40ba167d3167.png)\n![docs](https://cloud.githubusercontent.com/assets/799578/8326257/772075a0-1a92-11e5-9525-f062cfdff8e0.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funbug%2Fddms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funbug%2Fddms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funbug%2Fddms/lists"}