https://github.com/fitiavana07/flasko
A Flask Boilerplate
https://github.com/fitiavana07/flasko
Last synced: 4 months ago
JSON representation
A Flask Boilerplate
- Host: GitHub
- URL: https://github.com/fitiavana07/flasko
- Owner: fitiavana07
- License: mit
- Created: 2020-02-28T13:18:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T13:25:45.000Z (about 5 years ago)
- Last Synced: 2024-08-07T09:24:53.973Z (8 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - fitiavana07/flasko - A Flask Boilerplate (Python)
README
Flasko: A Flask Boilerplate
===========================(Boostraped from `pybo`_ 0.1)
.. _pybo: https://github.com/fitiavana07/pybo
Installation
------------Virtualenv::
make venv
Install `pre-commit` hooks::
make hooks
Start Development
-----------------Install locally::
make install
TODO
----* Blueprint generation: ``flasko generate blueprint``
* Test generation with a blueprint
* Data validation