ltanady / flasktask

Flask Task Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pythong Flask Task Application (With oauth2 authentication)

After getting oauth_token, http://localhost:8000/tasks - list all tasks belonging to user http://localhost:8000/tasks/new - create a new task for user http://localhost:8000/tasks/id/update?done=true - update a task (replace 'id' with task id) http://localhost:8000/tasks/id/delete - delete a task (replace 'id' with task id)

About

Flask Task Application


Languages

Language:Python 99.7%Language:JavaScript 0.1%Language:CSS 0.1%Language:C 0.1%Language:Shell 0.1%