Skip to content

Commit c43def4

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ 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-
### Integrating with a backend
24+
25+
### Making requests to the backend API
2526

2627
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.
2728

29+
The source code for the backend server (available for Node, Rails and Django) can be found in the [main RealWorld repo](https://github.com/gothinkster/realworld).
30+
2831
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`)
2932

3033

0 commit comments

Comments
 (0)