Skip to content

Commit

Permalink
Merge pull request #165 from 18F/update-readme
Browse files Browse the repository at this point in the history
Update README to reference TalentMAP API
  • Loading branch information
burgwyn committed Jun 28, 2017
2 parents 7708afc + d778ca8 commit a94c41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Install dependencies with `npm i`

### Running the App

#### JSON API
#### TalentMAP API

You will need [json-api](https://github.com/ethanresnick/json-api) running locally on port 3005 using the included `db.json` file. You can do so by running `npm i json-api -g` and `json-server --watch db.json --port 3005` from the project root.
You will need the [State TalentMAP API](https://github.com/18F/State-TalentMAP-API) running locally in order for this application to make requests to the API.

#### React Application

Expand Down

0 comments on commit a94c41b

Please sign in to comment.