Coder Social home page Coder Social logo

ppap.server's Introduction

简介

帖子乱弹社区 API 服务端 部署文档

技术栈

node + koa2 + koa-router + ES6 + mysql + mongodb

工程结构

└── PPAP.server
    ├── config # 配置文件
    │   └── index.js  
    ├── controller # 操作层 验证视图层用户输入,调用业务层方法,json接口返回数据
    │   └── index.js
    ├── model # 数据模型层 执行数据操作
    │   └── index.js
    ├── router # 路由层 控制路由
    │   └── index.js
    ├── service # 业务层 操作数据层,对业务逻辑进行处理,将结果返回控制层
    │   └── index.js
    ├── sql # 数据表sql
    │   └── init.sql
    ├── util # 工具函数
    │   └── index.js
    ├── app.js # 入口文件
    ├── package.json 
    ├── README.md
    └── yarn.lock

构建步骤

yarn
yarn dev

ppap.server's People

Contributors

jwchan1996 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.