Giter VIP home page Giter VIP logo

dudu-server's Introduction

读读 server端

读读 客户端的后台服务器, 使用nodejs+express+mongodb, 读读 客户端: https://github.com/monzy613/dudu-client

Requirements

  1. mongodb
  2. node

Deployment

touch ./server/config.json

config.json 内容如下, appkey等请自己申请, 三方服务有:阿里大于, 七牛云储存

{
  "mongoCfg": {
    "uri": ""
  },
  "alidayuCfg": {
    "appkey": "",
    "appsecret": "",
    "sms_free_sign_name": "",
    "sms_template_code": ""
  },
  "qiniuCfg": {
    "accessKey": "",
    "secretKey": "",
    "bucket": "",
    "host": ""
  },
  "sessionSecret": ""
}
npm install
npm start # equal to npm run debug, and make sure u have started ur mongodb first
npm run debug
npm run release

Api (待完善)

http://docs.dudu5.apiary.io/

dudu-server's People

Contributors

monzy613 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.