Template overview
This template is a boilerplate for creating a new environment based on a stack using Flask backend and PostgreSQL database.
The template provides the Bunnyshell configuration for a Web application composed of two Components (backend + database).
You can extend the template by further adding Components, be them more APIs or other services, such as queues, caches, block storage, etc.
Environment overview
This environment is comprised of 2 components:
backendfor the backend based on Flaskdatabasefor PostgreSQL database
The Postgres DB password is configurable (by default the value for the password is not set), and declared as an environment variable dbpass

Log in or sign up for Devpost to join the conversation.