From the course: Building Role-Based Access using AI for Java Developers

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Accessing the course files in GitHub Codespaces

Accessing the course files in GitHub Codespaces

- [Instructor] Before we start writing the code, let's take a look where you can find the code base for this particular course. The code is already hosted on github.com and you will have the link to the course project in the README file. Now, in order to run this project, you do not need to run this project locally on your own machine. In this project, we are going to leverage GitHub Codespaces and the way you can access this project is by clicking on Code and click on the tab called Codespaces. Now, there is no codespace created under my account yet, but before I create that, let me show you what codespaces are. As per GitHub's website, GitHub Codespace is a remote development environment which runs completely inside cloud. That means you do not need to have any VS Code on any IDE installed on your own machine. You run the entire project end-to-end completely in a remote machine hosted by GitHub. In order to do that, I will show you how I will create my own GitHub Codespace for this…

Contents