天天看點

flask, SQLAlchemy, sqlite3 實作 RESTful API 的 todo list, 同時支援form操作

flask, SQLAlchemy, sqlite3 實作 RESTful API, 同時支援form操作。

前端與背景的互動都采用json資料格式,原生javascript實作的ajax。其技術要點如下

/myapp

|----app.py

|----/templates

| |----index.html

flask, SQLAlchemy, sqlite3 實作 RESTful API 的 todo list, 同時支援form操作
flask, SQLAlchemy, sqlite3 實作 RESTful API 的 todo list, 同時支援form操作

1).www.pythondoc.com/flask-restful/first.html