Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Feb 2, 2017
1 parent 99adcd1 commit ca3ca20
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

1 comment on commit ca3ca20

@ElectronHarvester
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved issues #11 and #13 ?

Please sign in to comment.