A tool to generate a simple flask app using MongoDB
Project description
Flask-Scaffold
Simple tool to generate a brand new Flask application using MongoDB as data backend
Installation
Simply run:
$ pip install flask-mongo-scaffold
Usage
To create a new app called blog do:
$ flaask new blog
Resulting app
The resulting app is a simple Flask application that comes with:
- MongoEngine to connect with a MongoDB database backend
- SemanticUI and JQuery
Additionally, it creates a divisional structure using Flask's blueprints to separate the front-end part of the application from the backend. It ships with the necessary files to setup a simple API.
License
See LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for Flask_Mongo_Scaffold-0.1-py3.6.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565bd1b56c5dedcd7a08a03e8889a10e64d606ed3412524fa4c56ae8ea1fffd6 |
|
MD5 | 77f74cbac154c420ad43f75f86930a21 |
|
BLAKE2-256 | e1f476bcc3c8b370c1d39dd6427ade3bdc99664a790d854fa0fd452fc0e82c06 |