Outline

In this video...

We will install our demo web server. The github repo link is here: https://github.com/joeeames/thinksterio-fundamentals-of-angular

To install, run the following commands in a terminal, into an appropriate folder on your computer: git clone https://github.com/joeeames/thinksterio-fundamentals-of-angular.git

cd thinksterio-fundamentals-of-angular

cd server

npm install

npm start

This will get the server running for you to use in the demos in this section of the course.

You can check the server by hitting http://localhost:3000/movies

You can also reset any changes to the data by running npm run restoredb

 

I finished! On to the next chapter