Skip to content

Architecture

Beto Dealmeida edited this page Dec 19, 2018 · 3 revisions

Building blocks

  • web service / api (Flask)
  • data model (SQL Alchemy, Alembic)

User workflows

(1) Add new paste:

  • copy text content into a field and save
  • give back a unique URL

(2) Lookup a paste by URL (Read Only)

(3) Browse existing paste...

References

Clone this wiki locally