Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 771 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 771 Bytes

icejs-todos-server

基本介绍

icejs todos 服务端。基于 eggjs

功能

  • 账户登录/登出
  • 用户列表
  • TODO 列表及增删改查

前序准备

软件环境

数据

建立数据库,及导入数据. 分别导入 ./config/db/sql 中的文件。

config/db/sql
├── README.md
├── icejs_todos_data.sql
├── icejs_todos_schema.sql
└── icejs_todos_table.sql

快速启动

更多内容参考 eggjs

开发

$ npm i
$ npm run dev
$ open http://localhost:7001/

部署

$ npm start
$ npm stop