chrisheckler / layer-flask

A simple charm that integrates Flask and PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Flask is a Python web microframework that can also serve as an excellent RESTful API. This project aims to make a useful template for many API use cases.

Installation

This app requires a JUJU installation, cloud provider or can be bootstrapped on your local machine for prototyping. Once these requirements are met, deploy the following JUJU solutions:i

  • juju deploy cs:~chrisheckler/flask-reactive --series bionic
  • juju deploy nginx
  • juju deploy postgresql

Next, you will need to:

  • juju relate flask-reactive:pgsql postgresql:db
  • juju expose flask-reactive

This is a work in progress and more details will follow!

Contact Information

Chris Heckler hecklerchris@hotmail.com

About

A simple charm that integrates Flask and PostgreSQL

License:MIT License


Languages

Language:Python 99.6%Language:Makefile 0.4%