Skip to content

Commit b9e3ef8

Browse files
authored
Update TESTING.md
axios
1 parent 6665cea commit b9e3ef8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TESTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ If you want to view a particular entry, just navigate to `http://127.0.0.1:8000/
4444

4545
In VSCode, open a new terminal (while keeping the first terminal running!). You can open a new terminal in the top-right of the terminal window near the bottom of the screen.
4646

47+
Note: I'm currently using the Axios package for the HTTP requests. You'll need to type in the terminal `npm i axios` to install that package.
48+
4749
As we have done before, navigate to the frontend folder `cd frontend` and run `npm start`. Once the frontend is built (it'll take a while), you can navigate to `http://localhost:3000/` and view the beautiful results.

0 commit comments

Comments
 (0)