todoist:使用 AngularJS、Express (Node) 的示例 todo 单页应用程序

时间:2021-06-11 09:52:49
【文件属性】:
文件名称:todoist:使用 AngularJS、Express (Node) 的示例 todo 单页应用程序
文件大小:462KB
文件格式:ZIP
更新时间:2021-06-11 09:52:49
待办事项 使用 AngularJS、Express (Node)、PostgreSQL 的示例 todo 单页应用程序。 这个应用程序是 heroku 准备好了。 ###安装依赖 $npm 安装 ###数据库架构 创建表待办事项(序列号,任务文本,完成布尔值,结束日期时间文本,创建日期时间文本,完成日期时间文本); ###环境变量 在 ~/.bashrc 导出 DATABASE_URL = postgres://USERNAME:PASSWORD@localhost/todo
【文件预览】:
todoist-master
----public()
--------stylesheets()
--------fonts()
--------javascripts()
----views()
--------helloworld.jade(68B)
--------layout.jade(1KB)
--------error.jade(84B)
--------todo.jade(3KB)
--------index.jade(66B)
----app.js(1KB)
----README.md(452B)
----.gitignore(52B)
----bin()
--------www(260B)
----routes()
--------users.js(197B)
--------index.js(3KB)
----package.json(360B)

网友评论