项目作者: grahamlutz

项目描述 :
Basic, tested CRUD user routes with Node, Express, Postgres, Sequelize.
高级语言: JavaScript
项目地址: git://github.com/grahamlutz/Basic-Node-Postgres-Sequelize-API.git


Node-Express-Postgres-Sequelize-API

This is currently a basic CRUD API for users.

To Run

npm install
npm start

Packages Used

babel-cli, babel-preset-es2015, and babel-preset-stage-2 to allow all ES6 features, including import.

Tests

assert is used to test routes