Skip to content

little51/koa-pg-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-pg-sample

================

安装

1.Node版本在v8.0以上

2.安装依赖模块

在koa-pg-sample目录下,执行:
npm install 

配置

在db.js配置pg数据库连接参数

启动

node app.js

测试

http://localhost:3000/overview

文件说明

koa-pg-sample
│ app.js //程序入口
│ db.js //数据库配置
├─service //业务逻辑
│ routers.js //路由

About

koa postgresql sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages