Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

TodoListの構成

nemu_sou edited this page Jun 3, 2019 · 6 revisions

構成

  • Language
    • Python 3.7.2
  • Web Application Framework
    • responder 1.3.0
  • Database
    • ご自由に(onlinejudge開発ではpostgreSQL使います)

仕様

タスク登録 POST /TodoList/new
タスク取得 GET /TodoList
タスク削除 DELETE /TodoList/delete
あとは自分なりにいい感じの機能をひとつつけてください

タスクのデータの内容

taskName string
description string
createDate Datetime "2019/06/03 12:34:56"

Clone this wiki locally