Code Monkey home page Code Monkey logo

sher_oa3's Introduction

升华网 OA

made by sher_coder

需求列表 :

  • 已完成
  • 未完成
  • (待定)

基础功能

  • 用户系统
    • 登入登出
    • 修改信息
    • 权限系统
  • 签到系统
    • 提交课表
    • 修改排班
    • 签入签出
    • 请假、换班
    • 值班统计
  • 高级管理

工具功能

  • 协同文档
  • 问卷
    • 编辑
    • 导出
    • 权限
  • 财务报表
  • 打分
  • 网盘

技术方案

  • Nuxt.js
  • Flask
  • MongoDB
  • Redis
  • Docker

开发思路

根据前期需求调研,我们将OA的开发分为基础功能工具功能两部分。 基础功能是指:一个OA系统所必须具有的功能,包括基础的用户系统、签到系统、高级管理等。
工具功能是指:可供用户使用的、对基础功能没有影响的工具,例如:协同文档、问卷系统、财务报表、打分系统等

部署方法

Ubuntu

#安装Nginx
sudo apt update
sudo apt install nginx

#安装Docker、Docker-compose


sjfhakksfs
wget -qO- https://get.docker.com/ | sh
sudo service docker start
sudo curl -L https://github.com/docker/compose/releases/download/1.23.0-rc2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

#运行Docker容器
cd /var
git clone https://github.com/Gengxin-Zhang/sher_oa3.git
cd sher_oa3
sudo docker-compose up

#配置Nginx
mkdir /var/log
sudo cp ./oaapi.54sher.cn.com.conf /etc/nginx/conf.d/
sudo service nginx restart

sher_oa3's People

Contributors

gengxin-zhang avatar dependabot[bot] avatar liu11-lab 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.