Flask Api Template

screenshot of Flask Api Template

Template for flask api backend using Postgres as the database

Overview

The Flask API Template is a backend template that uses Flask and Postgres to create a server. This README provides instructions on how to set up the environment and run the server. The template is meant to be used with Python 3.6 and it is recommended to use Anaconda or virtualenv to manage dependencies.

Features

  • Flask API backend
  • Uses Postgres for database
  • Utilizes environment variables for secret key and database configurations

Summary

The Flask API Template is a backend template for building Flask-based servers that utilize Postgres for data storage. It provides a set of features and instructions for setting up the environment and running the server.