-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
ca3ca20
There was a problem hiding this comment.
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 ?