grahamlutz / Basic-Node-Postgres-Sequelize-API

Basic, tested CRUD user routes with Node, Express, Postgres, Sequelize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic, tested CRUD user routes with Node, Express, Postgres, Sequelize.


Languages

Language:JavaScript 100.0%