Coder Social home page Coder Social logo

upopen's Introduction

=========================================================================== 描述

站点地址: http://www.upopen.cn

本博客旨在从一个系统的角度,系统的学习、使用js、nodejs、sql等周边知识 学习某技术点时单独做一个demo,难以深度理解应用,将其应用到项目中才是真正的掌握。 公开这些知识,以便和大家共同进步

本系统会尽量多且合理的使用各新知识点

=============================================================================

系统功能介绍

web: web服务端

站点前台服务,属前后端分离中的前台,负责页面渲染、与客户端及server端的数据交互,使用http协议

server: 数据服务端

站点后台服务,属前后端分离中的后台,与web服务端及数据库的数据交互,不直接与客户端通信,实际项目中常会用java实现

check:

属工具类服务,用于记录、验证接口功能,在前后端分离过程中,以方便并行开发

=============================================================================

系统架构介绍

docs:系统文档

log: 系统日志,独立成单独的服务

web/

check/

server/

check: 接口记录、验证系统,整体采用MVSC结构,server、web系统也采用相同结构

app.js

package.json

webpack.config.js

assets/        静态资源包

build/        react打包后文件

model/        数据层

views/        展示层

controls/    控制层

server/        业务层

lib/        工具包

config/        配置,运行前需要修改各config里的配置项

test/        测试

server: 大致同check

web: 大致同check,多了gulp

static: 静态资源文件

upload: 上传资源文件

=============================================================================

更新日志

16-01-14

web服务新增文章静态化功能


16-01-12

web新增单元测试功能

should / jasmine / coverage / karma


16-01-06

基础功能上线

upopen's People

Contributors

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