环境: 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 + marshmallow for beautiful APIs
Flask-Marshmallow Flask + marshmallow for beautiful APIs Flask-Marshmallow is a thin integration layer for Flask (a Python web framework) and marshmal
SeCl - A really easy to deploy and use made-on Flask API to manage your files remotely from Terminal
SeCl SeCl it's a really easy to deploy and use made-on Flask API to manage your
Flask extension that takes care of API representation and authentication.
Flask-API-Utils Flask-API-Utils helps you to create APIs. It makes responses in appropriate formats, for instance, JSON. All you need to do is to retu
Flask webassets integration.
Integrates the webassets library with Flask, adding support for merging, minifying and compiling CSS and Javascript files. Documentation: https://flas
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
A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.
Flask-Excel - Let you focus on data, instead of file formats Support the project If your company has embedded pyexcel and its components into a revenu
An Instagram Clone using Flask, Python, Redux, Thunk, React
An Instagram Clone using Flask, Python, Redux, Thunk, React
Harmony, a discord clone, allows users to chat with other users in real time via servers, channels, and direct messages
Harmony, a discord clone, allows users to chat with other users in real time via servers, channels, and direct messages
Flask Application Structure with MongoDB
This application aims to serve as a template for APIs that intend to use mongoengine and flask-restx
Making a simple app using React, Flask and MySQL.
Samys-Cookbook Making a simple app using React and Flask. What This will be a simple site to host my recipes. It will have a react front-end, a flask
Lightweight library for providing filtering mechanism for your APIs using SQLAlchemy
sqlalchemy-filters-plus is a light-weight extendable library for filtering queries with sqlalchemy. Install pip install sqlalchemy-fitlers-plus Usage
Serve angular production application from python flask backend. Quick and Easy
Serve angular production application from python flask backend. Quick and Easy
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
Flaskr - Intro to Flask, Test-Driven Development, and JavaScript Share on Twitter As many of you know, Flaskr -- a mini-blog-like-app -- is the app th
Forum written for learning purposes in flask and sqlalchemy
Flask-forum forum written for learning purposes using SQLalchemy and flask How to install install requirements pip install sqlalchemy flask clone repo
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
The Coodesh Python Backend Challenge (2021) written in Flask
Coodesh Back-end Challenge 🏅 2021 ID: 917 The Python Back-end Coodesh Challenge Description This API automatically retrieves users from the RandomUse
A tool for the game Politics And War. Saving players hours if searching for targets they can engage with.
A tool for the game Politics And War. Saving players hours if searching for targets they can engage with.
Flask Project Template A full feature Flask project template.
Flask Project Template A full feature Flask project template. See also Python-Project-Template for a lean, low dependency Python app. HOW TO USE THIS
A basic CRUD application built in flask using postgres as database
flask-postgres-CRUD A basic CRUD application built in flask using postgres as database Taks list Dockerfile Initial docker-compose - It is working Dat
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