Git Product home page Git Product logo

flask-mvc-template's Introduction

Flask-MVC Template

Flask-MVC Template It is a template with "batteries included" created for the fast development of applications in the microframework flask

Feature:

Flask-Via: For create routes like a Django Rest Framework style using Blueprints!

Flask-Security: To easily have login, logout, recovery password and to keep administrator views restricted.

This template has a sub folder in templates / security in which are the custom templates for flask-security. Already configured.

Flask-Admin: A cool admin interface customizable for your models and assets recources.

Add yours models in the file admin.py

Flask-Upload: This template brings an example of how to use flask-upload in different blueprints and how to save the url of file in the database

Delete restaurant and food folders and rewrite app / __ init__.py for delete the pretty example

Flask-Script: Awesome commands for your projects, including the Flask-Migrate commands:

  • createadmin: Create admin user
  • createapp: Scaffold new blueprint folder and register in the file app/routes.py

Rauth Social Login with facebook, google and twitter

Flask-Testing Simple test unit with Faker for generate forget data and unittest And Selenium webdriver for front end testing

  • python -m unittest discover -p <file.py>: Test the specific file

TODO:

  • Flask-Script
    • Admin command
    • Create app command
  • Flask-Migrate
  • Flask-Uploads
    • Create one instance of this in each blueprint
  • Oauth
    • Facebook
    • Twitter
    • Google
  • Testing with Flask-Testing
    • Faker for generate forged data
    • Front end test with Selenium webdriver
    • Back end test
  • Create command to create an admin
  • Factory App
  • HTTP Templates for error handling
  • Create easy way for Unit Test

flask-mvc-template's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.