环境: 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
Flask-Diamond is a batteries-included Flask framework.
Flask-Diamond Flask-Diamond is a batteries-included Python Flask framework, sortof like Django but radically decomposable. Flask-Diamond offers some o
A nice anonymous messaging api (Uses Flask's restful api)
anonymous-message-api A nice anonymous message api (Uses Flask's restful api) How it works: 1. The user send a put request to your api server: Require
With Flask. Everything in a JSON.
Little Library REST API py 3.10 The only one requeriment it's to have Flask installed. To run this, in ./src/(if you're in PS): $env:FLASK_APP="app
Analytics snippets generator extension for the Flask framework.
Flask-Analytics Flask Analytics is an extension for Flask which generates analytics snippets for inclusion in templates. Installation $ pip install Fl
Quick and simple security for Flask applications
Note This project is non maintained anymore. Consider the Flask-Security-Too project as an alternative. Flask-Security It quickly adds security featur
A simple application builder. Made with python.
Python Flask Server Template Check the Github Repository for updates Flask is an application builder. It is very common in Python but can also be used
A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend
Flask-Bootstrap Flask-Bootstrap is an Flask app template for users to clone and customize as desired, as opposed to a Flask extension that you can ins
A template for Flask APIs.
FlaskAPITempate A template for a Flask API. Why tho? I just wanted an easy way to create a Flask API. How to setup First, use the template. You can do
Flask Boilerplate - Paper Kit Design | AppSeed
Flask Paper Kit Open-Source Web App coded in Flask Framework - Provided by AppSeed Web App Generator. App Features: SQLite database SQLAlchemy ORM Ses
Small and simple gravatar usage in Flask.
Flask Gravatar About This is small and simple integration gravatar into flask. Installation Flask-Gravatar is on PyPI so all you need is: pip install
REST API with mongoDB and Flask.
Flask REST API with mongoDB py 3.10 First, to install all dependencies: python -m pip install -r requirements.txt Second, into the ./src/ folder, cop
Learn REST API with Flask, Mysql and Docker
Learn REST API with Flask, Mysql and Docker A project for you to learn to work a flask REST api with docker and the mysql database manager! Table of C
Getting Started with Docker and Flask
Getting-Started-with-Docker-and-Flask Introduction Docker makes it easier, simpler and safer to build, deploy and manage applications in a docker cont
Flask app for deploying DigitalOcean droplet using Pulumi.
Droplet Deployer Simple Flask app which deploys a droplet onto Digital ocean. Behind the scenes there's Pulumi being used. Background I have been Terr
Rate Limiting extension for Flask
Flask-Limiter Flask-Limiter provides rate limiting features to flask routes. It has support for a configurable backend for storage with current implem
A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages.
smescan A simple web application built using python flask. It can be used to scan SMEVai accounts for broken pages. Development Process Step 0: Clone
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.
REST API with Flask and SQLAlchemy. I would rather not use it anymore.
Flask REST API Python 3.9.7 The Flask experience, without data persistence :D First, to install all dependencies: python -m pip install -r requirement
A web application that consists of a collection of board games
PyBoardGame About This website contains a collection of board games for users to enjoy, as well as various guides for the games. The web app is built
Template for a rest app with flask, flask-rest and more...
Flask REST Template About the project (some comments): The ideia behind the project is to create an useful and simple template for an rest app . Besid