From the course: Angular: API Communication and Authentication

Using exercise files - Angular Tutorial

From the course: Angular: API Communication and Authentication

Start my 1-month free trial

Using exercise files

- When you download the exercise files you will see that the exercise files are broken down by chapter and by video. The starting point for this course is chapter one, and the folder is 01_04. You can simply drag the folder and drop it onto the VS Code icon and open your project. The exercise folder contains a code files at the start state and end state for each video. If at any point you wish to jump into a specific video's exercise files, be sure to run NPM Install to install your dependencies. Here in Visual Studio Code, I can open up my terminal using control, backtick. And run NPM Install. You'll also need to create a new file called dot ENV grab the contents from ENV.Sample and paste them here. DB_CONN will contain the MongoDB URI connection which will be available once you set up your MongoLab account. The JWT secret environment variable will be updated later in the course. Please note that not every video will have exercise files.

Contents