Skip to content

Python+Flask+redis+Heroku based web service implementing GTD Collect+Process API

Notifications You must be signed in to change notification settings

objarni/remind-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReMind web service

This web service implements three operations:

  1. add(text, book). Save a (unicode) text string to a book.
  2. list(book). List the texts of a book.
  3. remove_top(book). Remove top item in a book.

A book is identified by an email adress, so in practice each text note is associated with an email adress.

The texts are listed in reverse order of add; list text added is first item returned. Remove always removes the first item in a book, i.e. the last added text.

The UI for ReMind is implemented by remind-frontend.

Tech

Implemented in Python and Flask, with redis to store book content.

Built with Heroku deployment in mind.

About

Python+Flask+redis+Heroku based web service implementing GTD Collect+Process API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published