You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,6 @@
3
3
4
4
##Todo
5
5
6
-
create a basic web server with expressthat can handle a GET request for whatever resource you'd like and whatever url you want. Navigate to that url in the browser and see if yuor resource is there. The solution is on the `step-1-fix` branch
6
+
create a basic server with express
7
+
that will send back the index.html file on a GET request to '/'
8
+
it should then send back jsonData on a GET to /data
0 commit comments