Giter Club home page Giter Club logo

manager-server's Introduction

manager-server

安装方法:

服务端安装

下载

$git clone https://github.com/t880216t/manager-server.git

安装依赖模块

$pip install -r requirements.txt

其中有mysql-db可以再这里下载:https://sourceforge.net/projects/mysql-python/?source=directory 如果对应的版本不对请百度找下。

数据库结构导入

安装MYSQL,新建个库。 数据库工具导入文件‘tables.sql’。

##服务端配置数据库

编辑文件‘manager-server/app/database_config.py’

database_host = "127.0.0.1"#你的数据库地址
database_username = "root"#数据库的登录账号
database_password = "root"#数据库的登录账号
database1 = "1"#放项目数据的数据库名
database2 = "2"#不用配置

服务端启动

本项目根目录

$python run.py

默认的地址:http://127.0.0.1:5000/

manager-server's People

Contributors

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