环境: python3.6+,NodeJs v7+,并安装cnpm 后端接口目录 app/api 后端数据库类目录 app/models 后端数据文件(sqlite)app/app.db 参考接口类 app/api/user.py 新增接口,需要将接口或者Service类添加到 app/api/router的数组中 安装python依赖包: 在项目根目录 执行 pip3 install -r requirements.txt 执行python后端: 在项目根目录 执行 python3 dev.py 生成migrations/db,执行 flask db init flask db migrate -m "Initial migration." flask db upgrade web端开发目录 web 打包后web输出目录 static/ 安装web依赖包: 在项目根目录/web 目录下执行 cnpm install 执行web端: 在项目根目录/web 目录下执行 npm run serve
Flask-app scaffold, generate flask restful backend
Overview
Freezes a Flask application into a set of static files.
Frozen-Flask Freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditiona
A Flask application for Subdomain Enumeration
subdomainer-flask A Flask application for Subdomain Enumeration steps to be done git clone https://github.com/gokulapap/subdomainer-flask pip3 install
A simple example using Flask inside a container
This is a simple example of how create a container for a Python Flask Web Application using Docker.
Pagination support for flask
flask-paginate Pagination support for flask framework (study from will_paginate). It supports several css frameworks. It requires Python2.6+ as string
A web application for a fake pizza store, built in Python with Flask and PostgreSQL.
✨ Pizza Pizza - Pizza Store ✨ A web application for a fake Pizza Store, the app let you create an account and order pizza, complements or drinks. Buil
OpenTracing instrumentation for the Flask microframework
Flask-OpenTracing This package enables distributed tracing in Flask applications via The OpenTracing Project. Once a production system contends with r
Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development.
Flask-Starter Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development. It has all the r
Example Flask application illustrating some of my common practices
Overholt Overholt is an example Flask application illustrating some of my common practices Development Environment At the bare minimum you'll need the
This is a simple web application using Python Flask and MySQL database.
Simple Web Application This is a simple web application using Python Flask and MySQL database. This is used in the demonstration of development of Ans
Flask extension for Pusher
Flask-Pusher Flask extension for Pusher. It is a thin wrapper around the official client, binding Flask app to Pusher client. Installation Install Fla
Flask starter template for better structuring.
Flask Starter app Flask starter template for better structuring. use the starter plate step 1 : cloning this repo through git clone the repo git clone
A Flask web application that manages student entries in a SQL database
Student Database App This is a Flask web application that manages student entries in a SQL database. Users can upload a CSV into the SQL database, mak
An extension to add support of Plugin in Flask.
An extension to add support of Plugin in Flask.
Full-Stack application that visualizes amusement park safety.
Amusement Park Ride Safety Analysis Project Proposal We have chosen to look into amusement park data to explore ride safety relationships visually, in
A team blog based on Flask
A team blog based on Flask This project isn't supported at the moment, please see a newer pypress-tornado Thanks for flask_website and newsmeme at [ht
A template themes for phyton flask website
Flask Phyton Web template A template themes for phyton flask website
A boilerplate Flask API for a Fullstack Project :rocket:
Flask Boilerplate to quickly get started with production grade flask application with some additional packages and configuration prebuilt.
SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
Flask-SeaSurf SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF). CSRF vulnerabilities have been found in large and popular
Cross Origin Resource Sharing ( CORS ) support for Flask
Flask-CORS A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. This package has a simple philosoph
É uma API feita em Python e Flask que pesquisa informações em uma tabela .xlsx e retorna o resultado.
API de rastreamento de pacotes É uma API feita em Python e Flask que pesquisa informações de rastreamento de pacotes em uma tabela .xlsx e retorna o r