Coder Social home page Coder Social logo

runlucollector's Introduction

runluCollector

介绍

润鲁收集系统 V2.0 后台,基于 Nestjs 开发。

本产品是一个主要面向学生的文件收集系统,旨在帮助大家提高收集整理文件的效率。本产品通过内建组件与第三方存储(七牛云存储)API 的整合,实现文件云端存储、打包、自动重命名等,让收集者告别繁琐的文件整理工作;通过与钉钉群消息机器人Webhook 的整合,自动发送钉钉消息提醒,使收集者无需做多余的提醒工作,同时也能避免提交者忘记提交的烦恼,提高效率。

软件架构

服务端技术点

设计理念

开发框架

数据库

存储

部署

消息系统

安装教程

软件环境

Nodejs:v14.60 +

Python:v3.7 +

Pipenv:v2018.11.26 +

MongoDB:v4.0 +

Nginx:v1.14.0

PM2:v4.4.0 +

服务端部署
  1. 确保 MongoDB 服务已启动
  2. 进入项目 server 目录,运行npm install 安装依赖
  3. 在 server 目录运行nest build server 命令构建面向客户端的服务
  4. 在 server 目录运行nest build admin命令构建面向管理端的服务
  5. 进入 server/dist/apps/server 文件夹,运行 pm2 main,运行客户端服务
  6. 进入 server/dist/apps/admin 文件夹,运行 pm2 main,运行服务端服务
  7. 服务端部署完毕
消息系统部署
  1. 进入项目 msgserver 目录,运行pipenv install 安装依赖

  2. 继续在 msgserver 目录运行pipenv shell 激活当前虚拟环境

  3. 继续在 msgserver 目录运行gunicorn --worker-class eventlet -w 1 -D -b 127.0.0.1:5001 app:app ,运行消息系统服务

  4. 消息系统部署完毕

使用说明

润鲁收集系统客户端使用说明

润鲁收集系统管理端使用说明

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

License

Copyright (c) 2020-present Runlu An

MIT licensed.

runlucollector's People

Contributors

anrunlu avatar

Stargazers

 avatar Zhao Guanghua avatar Nougat avatar  avatar 李林 avatar Zhongjian Zhang avatar  avatar

Watchers

 avatar

Forkers

zhongjian-zhang

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.