From ca3ca20e146ae97e46e780ad58dd4b83a6818648 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Thu, 2 Feb 2017 08:27:33 -0700 Subject: [PATCH] added readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0e5f48a..309c1b9 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ -# Test Driven Development With Node, Postgres, and Knex (Red/Green/Refactor) +# Designing a RESTful API With Node and Postgres ## Want to learn how to build this project? -Check out the [blog post](http://mherman.org/blog/2016/04/28/test-driven-development-with-node). +Check out the [blog post](http://mherman.org/blog/2016/03/13/designing-a-restful-api-with-node-and-postgres/#.WJNOqLYrJE4). ## Want to use this project? 1. Fork/Clone 1. Install dependencies - `npm install` -1. Create two local Postgres databases - `mocha_chai_tv_shows` and `mocha_chai_tv_shows_test` -1. Migrate - `knex migrate:latest --env development` -1. Seed - `knex seed:run --env development` -1. Run the development server - `gulp` -1. Test - `npm test` +1. Run - `psql -f puppies.sql` +1. Run the development server - `npm start`