https://github.com/kdchang/python-flask-webapp-starter-kit
A Python Flask MVC App boilerplate
https://github.com/kdchang/python-flask-webapp-starter-kit
Last synced: about 2 months ago
JSON representation
A Python Flask MVC App boilerplate
- Host: GitHub
- URL: https://github.com/kdchang/python-flask-webapp-starter-kit
- Owner: kdchang
- Created: 2017-07-02T22:29:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:52:52.000Z (over 2 years ago)
- Last Synced: 2025-03-31T19:21:14.331Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Flask Web App Starter Kit
## Usage
1. $ git clone
2. $ activate venv
3. $ pip install -r requirements.txt## Extensions
1. Flask-SQLAlchemy
2. Flask-Migrate
3. Flask-Script
4. Flask-OAuthlib
5. mysqlclient## Documents
1. [flask-oauthlib](https://github.com/lepture/flask-oauthlib/blob/master/example/google.py)