PengWei98 / eduAdmin

基于Flask框架开发的教学网站

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eduAdmin

In-class project

teamwork with heard1 and JiangWenPL

For any problem about this project, please contact: WenJiang@zju.edu.cn

Requirement:

  • Sqlite
  • Anaconda or miniConda

Setup:

  • Install required python package.

    conda env create -n misc python=3.6
    conda activate misc
    pip install -r requirements.txt

    You are all set!

Run:

python run.py

About

基于Flask框架开发的教学网站

License:MIT License


Languages

Language:HTML 37.6%Language:JavaScript 31.4%Language:CSS 22.7%Language:Python 8.3%