Skip to content

ChristianPerez34/cookiecutter-flask-resty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-flask-resty

pyup python3 code style

A Flask REST API template for cookiecutter.

Highlights

  • Modern Python development with Python 3.8+
  • PostgreSQL 12.4+
  • Flask-Resty Framework integration
  • Dependencies and security updates enforced by pyup.io.
  • Flask-SQLAlchemy with basic User model
  • JWT authentication scheme
  • Flask-Bcrypt for password hashing
  • Flask-Migrate for SQLAlchemy database migrations
  • Flasgger swagger-UI API documentation
  • Configuration using environment variables

Quick Start

Install Cookiecutter globally:

$ pip install cookiecutter

Generate the boilerplate:

$ cookiecutter https://github.com/ChristianPerez34/cookiecutter-flask-resty.git