Giter VIP home page Giter VIP logo

pages's Introduction

Pages

Public-shared
Anonymous
General-teachers'
Evaluation
System

介绍

支持部分本科生教师和研究生导师的查询与评论。
本科生初始数据来源于查老师,研究生导师数据来源于导师评价网及个人主页。
数据库已上传到此处,可自行下载使用。

技术栈

运行环境

  • Go编译器(1.12版本及以上)
  • Python3解释器

1. 安装依赖包

# for beego
go get github.com/astaxie/beego
go get github.com/beego/bee
# for python 
conda install yagmail
## or
pip install yagmail

2. 运行

cd $Pages
bee run

3. 部署

# 打包成Linux可执行文件
bee pack -be GOOS=linux

# 向系统添加定期执行任务(定期发送log和feedback邮件)
crontab -e 
22 22 * * 2 /bin/python $Pages/logs/sendMail.py

TODO

  • 点赞功能
  • 按课程查询
  • 自动添加教师
  • 界面美化与设计
  • 前后端分离实现
  • 智能化垃圾评论筛选
  • 网站安全性
  • ...

Contribution

Fork this repository, write your own code and submit a pull request.

Reference

导师评价网
研究生老师
浙大个人主页
前人所做的查老师

pages's People

Contributors

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