Skip to content

BBT-FE/koa-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loterry-node

A backend for koa-demo

  1. 打开mysql,运行sql文件夹下的sql语句
  2. npm install
  3. npm start
  4. 查看api下各个接口所需要的参数及路径

文件夹详解

  1. controller

与数据库直接连接层,当不知道参数需要哪几个时可以进入看

  1. routes

里面定义了一堆路由,地址为/api/文件夹名/属性名,还有调用api相关的http方法

  1. config

里面定义了数据库的端口和数据库名称以及密码

  1. api

说明了各个api的用法

Releases

No releases published

Packages

No packages published