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

Latest commit

 

History

History
44 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.1 KB

下厨房APP后台

node-current

已装插件

目录结构

|─── app                              # 主程序
|─── config                            # 配置
|─── constant                         # 错误提示
|─── controller                       # controller文件夹
|─── middleware                       # 中间件
|─── model                            # 数据库模型
|─── router                           # 路由文件夹
|─── service                          # service文件夹
└─── main.js                          # main.js

安装

# 进入项目目录
cd koa-app

# 安装依赖
npm install

# 启动服务
npm run start

后台地址http://localhost:3001