sakura-node
v2.3.0
Published
Helpful startup framework for building RESTful service with PostgreSQL
Downloads
2,041
Readme
OVERVIEW
Utility of building back end serviced in Gago Group.
FEATURES
ORM: Supports PostgreSQL ORM and migration
HTTP: Wrapper of Request/Response
Frequently used Express middleware
Email service: Wraps Aliyun Email Service
BUILD
Run gulp
and all releases will be under ./lib
.
TEST
npm test
LINT
Use tslint. Run sh ./bin/tslint.sh
before commit.
RUNTIME
Node 7.x