unbug / Ddms
Data Drive Management System
Stars: ✭ 183
Programming Languages
javascript
184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Ddms
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-19.13%)
Mutual labels: mongoose
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-4.37%)
Mutual labels: mongoose
React Express Blog Demo
🔥 React full stack+Express+Mongo implementation blog website tutorial 🌚
Stars: ✭ 1,857 (+914.75%)
Mutual labels: mongoose
Nauth Restful Api
Node.js+Mongoose的RestfulApi的用户token权限验证(just a demo)
Stars: ✭ 155 (-15.3%)
Mutual labels: mongoose
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-8.74%)
Mutual labels: mongoose
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-20.22%)
Mutual labels: mongoose
Mongoose Sequence
Sequence and autoincrement handling for mongoose
Stars: ✭ 178 (-2.73%)
Mutual labels: mongoose
Mongoose Findorcreate
Simple plugin for Mongoose which adds a findOrCreate method to models.
Stars: ✭ 171 (-6.56%)
Mutual labels: mongoose
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-16.94%)
Mutual labels: mongoose
Mongoose Autopopulate
Always populate() certain fields in your mongoose schemas
Stars: ✭ 170 (-7.1%)
Mutual labels: mongoose
Node Easy Notes App
A simple Note-Taking app built using Node.js, Express and Mongoose
Stars: ✭ 148 (-19.13%)
Mutual labels: mongoose
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (-10.38%)
Mutual labels: mongoose
Node.js
一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
Stars: ✭ 181 (-1.09%)
Mutual labels: mongoose
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (-2.73%)
Mutual labels: mongoose
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+1054.1%)
Mutual labels: mongoose
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 : [email protected]
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
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].