环境: 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
A caching extension for Flask
Flask-Caching Adds easy cache support to Flask. This is a fork of the Flask-Cache extension. Flask-Caching also includes the cache module from werkzeu
An extension to add support of Plugin in Flask.
An extension to add support of Plugin in Flask.
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
RestApi_flask_sql.alchemy - Product REST API With Flask & SQL Alchemy
REST API With Flask & SQL Alchemy Products API using Python Flask, SQL Alchemy and Marshmallow Quick Start Using Pipenv # Activate venv $ pipenv shell
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
Are-You-OK is a Flask-based, responsive Web App to monitor whether the Internet Service you care about is still working.
Are-You-OK Are-You-OK is a Flask-based, responsive Web App to monitor whether the Internet Service you care about is still working. Demo-Preview Get S
Guitar tabs web app for guitar fans, powered by Python/Flask
Guitar123 version 0.8.5 Guitar tabs web app for guitar fans, powered by Python/Flask Features Guitar tabs search and browse Easy to use for end user a
Flask-template - A simple template for make an flask api
flask-template By GaGoU :3 a simple template for make an flask api notes: you ca
Open-source Flask Sample built on top of flask-dance library
Open-source Flask Sample built on top of flask-dance library. The project implements the social login for Github and Twitter - Originally coded by TestDriven.IO.
A simple FastAPI web service + Vue.js based UI over a rclip-style clip embedding database.
Explore CLIP Embeddings in a rclip database A simple FastAPI web service + Vue.js based UI over a rclip-style clip embedding database. A live demo of
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
A simple Task todo application built with Flask
Task TODO Table An application built with Flask a Python framework and hosted on Heroku. Important notes GuniCorn (Green Unicorn): is a Python WSGI HT
Flask Application Structure with MongoDB
This application aims to serve as a template for APIs that intend to use mongoengine and flask-restx
a flask zipkin extension based on py_zipkin.
flask-zipkin a flask zipkin extension based on py_zipkin. Installation pip install flask_zipkin usage you can simply use it as other flask extensions.
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
A Microsub server built with Python Flask and SQLite.
Microsub Server This repository contains the code that powers my personal Microsub server. Microsub is an IndieWeb specification currently in developm
A Flask wrapper of Starknet state. Similar in purpose to Ganache.
Introduction A Flask wrapper of Starknet state. Similar in purpose to Ganache. Aims to mimic Starknet's Alpha testnet, but with simplified functionali
A Fast API style support for Flask. Gives you MyPy types with the flexibility of flask
Flask-Fastx Flask-Fastx is a Fast API style support for Flask. It Gives you MyPy types with the flexibility of flask. Compatibility Flask-Fastx requir
This is a repository for a playlist of videos where I teach building RESTful API with Flask and Flask extensions.
Build And Deploy A REST API with Flask This is code for a series of videos in which we look at the various concepts involved when building a REST API
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