/flask-sqlalchemy

Flask with SQLAlchemy, Postgres and Redis

Primary LanguagePython

Flask with SQLAlchemy, Postgres and Redis

Tutorial using Flask with SQLAlchemy, Postgres and Redis from Flask by Example – Setting up Postgres, SQLAlchemy, and Alembic from Real Python.

This app counts the words' frequency of selected URL.

Requirements

To make this run you must have installed:

  • docker
  • docker-compose

Running application

make start-local

First running

On first running it is important setup the database

make load-db

Stopping application

make stop

Local bash

make local-bash

Logs

make logs

Opening the Word Count

Word Count will be available at:

  • localhost:5000/