This is the second project I've made for the Udacity nanodegree course.
- Install and start the API server
cd api-server
npm install
node server
- Install and start the frontend
cd frontend
npm install
npm start
Henry Brown
This is the second project I've made for the Udacity nanodegree course.
cd api-server
npm install
node server
cd frontend
npm install
npm start
Henry Brown