Skip to content

装修预约程序前台REST API接口(node+express+mysql)

Notifications You must be signed in to change notification settings

amilytom/decorationfrontapi

Repository files navigation

decorationfrontapi

装修预约程序前台 REST API 接口(node+express+mysql)

项目使用以下技术栈

  • async 异步处理方法库
  • mysql2 MySQL 数据库支持
  • sequelize MySQL 映射
  • dateformat 时间处理方法库
  • jsonwebtoken Token 生成及验证
  • art-template express-art-template art-template 模板引擎
  • nodemon node 运行自动化监控工具
  • ApiPost API 文档生成工具

项目运行

下载项目文件夹后,先安装依赖

npm install

然后

npm start

即可。

因为是 API 接口,所以浏览器是无法访问的。

使用 Postman 或者 ApiPost 工具来测试 api

API 基础网址是 http://localhost:3023

前台 api 地址: https://docs.apipost.cn/view/19bd6b7902671114

Releases

No releases published

Packages

No packages published