Giter Club home page Giter Club logo

weekly's Introduction

weekly

最强周报系统

后端

周报系统 后端:FLask(Python) + Jinjia2 测试用前端:Bootstrap

正在进行

RESTful API

目前完成的功能

用户登陆,注册(邮箱验证),忘记密码,修改密码,修改个人信息

用户管理(管理员),组管理(管理员)

查看组信息,添加组员(组长)

周报系统(查看、编辑以及删除周报)

任务系统(新任务提醒)

在本地运行Demo

配置config.py

SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:atk_2018@localhost:3306/weekly'  # 数据库(所有运行选项都覆盖为测试用的DB) 
UPLOADED_AVATAR_DEST = 'D:/Web/weekly/app/static/avatar'  # 上传头像集  最好使用绝对路径  易于维护
UPLOADED_ATTACHMENTS_DEST = 'D:/Web/weekly/app/static/attachments'  # 上传附件集

创建虚拟Python环境

在终端设置flask_app

(venv)$set FLASK_APP=weekly.py

数据库迁移

(venv)$flask db upgrade

运行

(venv)$flask run

email:[email protected] or [email protected]

weekly's People

Contributors

tsureko-chinese avatar

Stargazers

 avatar  avatar Ekko avatar

Watchers

James Cloos 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.