Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 658 Bytes

Coquotes v2

Coquotes is a simple web page aimed to collect funny (or stupid) quotes told by my friends.

The idea for this project came after spending six years with my friend Corentin aka Coco, who is the best source for stupid quotes.

Demo: https://quotes.opiumozor.com

This is the second version of this mini-project, you can find the first one here: coquotes. This one is written in Python & Flask.

Usage

/admin to add a new quote.

Requirements

  • Python 2.7
  • Flask
  • Funny friends

To do

  • update quotes
  • delete quotes
  • save the quote_list in the cloud (dropbox integration)
  • dockerize