Best Flask open-source libraries and packages

Flask graphql boilerplate

A Python 3.x flask graphql modular boilerplate
Updated 2 years ago

Butterfly

All Contributors

Phylosophy

The Butterfly is an item purchasable at the Main Shop, under Weapons. However, it can only be completed with items from the Secret Shop.

requirements

  • Docker >= 19.03.5
  • Docker Compose >= 1.24.1

Project Structure

root/
├── docker                          # Global docker configuration
├── config                          # Global config for all interface
├── helpers                         # Global helpers for all interface
├── libraries                       # Global libraries for all interface
├── models                          # Global models for all interface
├── process                         # Scripts to manage process
├── cli                             # CLI Interface
      ├── helpers                   # Local CLI helper
      ├── libraries                 # Local CLI libraries
      ├── modules                   # Local CLI modules
├── web                             # HTTP Interface
      ├── helpers                   # Local HTTP helper
      ├── libraries                 # Local HTTP libraries
      ├── modules                   # Local HTTP modules
      ├── template                  # HTML template for related module

Running Development

Bootstrap development using docker is easier. Follow command below to run development:

make run-dev

Contributors

Prakasa
Prakasa

🚇 📖 💻
Muh Arifin
Muh Arifin

💬 💼 🎨