johnturner4004 / Server-axios-env1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Side Axios

npm install

This is the starting repo to accompany 06-02b_server-axios-env.md

This is a 3/4 stack app (no DB), although the pool file is in the repo. npm run client and npm run server

The static server is setup, but there are no routes made. The client is just basic text, one App component only.

This is using just React-Redux as written.

This lecture's goal is to make a request from the cleint to the local server, have that server then make an 3rd party API request. Then pass it back to the client and show it on the DOM.

About


Languages

Language:JavaScript 79.1%Language:HTML 17.9%Language:CSS 3.0%