Giter Site home page Giter Site logo

sumorio's Introduction

##Sumorio

介绍

sumorio是用nodejs开发的社区系统,借鉴了nodeclub的一些通用代码(注册/登录/session处理等)。目前版本为0.2.1。

安装部署

  • 安装mysql数据库,在docs文件夹下找到目前版本的sql文件sumorio_0.2.1.sql,导入到mysql中
  • 修改主目录下的config.js文件,修改其中的mysql及其它config为自己机器的配置(手动创建需要的路径,如*_path)
  • 安装package.json里列出的库
  • 在主目录下执行node app.js启动程序,访问http://ip:port即可
  • 默认初始化的用户名:sumory 密码:123456

History

0.2.1

  • 重构代码:修改了一个表名和几个字段名;分层并独立各模块,使得后续开发更方便

0.2.0

  • 网盘功能:支持文件夹,私密、共享文件等
  • 更改全站css,全面采用bootstrap
  • 更新了很多小地方

0.1.0 - 0.1.3

  • 社区功能:关注等
  • 消息系统:文章、关注等相关消息推送
  • 图片功能
  • 评论功能
  • 多用户Blog

Todo

  • Feed
  • 收藏
  • 分页

sumorio's People

Contributors

sumory avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sumorio's Issues

hi

我会html/css ,略懂JS,
但我clone你的项目后,在本地无法run起.求指教

错误提示:
init pool start..
init pool end....

node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'express/node_modules/connect/node_modules/formidable'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object. (/Users/icolin/node/sumorio/controller/upload.js:5:11)
at Module._compile (module.js:432:26)
at Object..js (module.js:450:10)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
at Module.require (module.js:357:17)

PS: 我安装了N个模块, msql express connect formidable 等等,package.json提到的我都安装了. 悲催了

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.