Skip to content

Commit 88b9bbb

Browse files
authored
Update README.md
1 parent 70d3239 commit 88b9bbb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ To get the frontend running locally:
2121
- `npm install` to install all req'd dependencies
2222
- `npm start` to start the local server (this project uses create-react-app)
2323

24-
For convenience, we have a live API server running at https://conduit.productionready.io/api for the application to make requests against. You can view [the API spec here](https://github.com/GoThinkster/productionready/blob/master/API.md) which contains all routes & responses for the server. We'll release the backend code in a few weeks should anyone be interested in it.
24+
### Integrating with a backend
25+
26+
For convenience, we have a live API server running at https://conduit.productionready.io/api for the application to make requests against. You can view [the API spec here](https://github.com/GoThinkster/productionready/blob/master/api) which contains all routes & responses for the server.
27+
28+
If you want to change the API URL to a local server, simply edit `src/agent.js` and change `API_ROOT` to the local server's URL (i.e. `localhost:3000/api`)
29+
2530

2631
## Functionality overview
2732

0 commit comments

Comments
 (0)