From the course: Learning Next.js

Unlock the full course today

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

Create a GitHub repository and push the project

Create a GitHub repository and push the project

From the course: Learning Next.js

Create a GitHub repository and push the project

Now we need to work with some actual data. And this chapter we're going to learn to deploy the project and then connect to a data source. And the first step will be to create a new GitHub repository and then push the project to the GitHub repository. The next step will be to create a Vercel account, then connect and deploy the projects. And finally we're going to learn to set up a Postgres database so we can fetch actual data from an actual database. And you're going to find the same steps right here on the documentation. So first you need to create a GitHub repository. I'm going to show you how. Then we're going to create a Vercel account. We're going to then connect the project onto the Vercel account to deploy the project to the cloud. And so once this is deployed, we can then learn to create a Postgres database so we can handle the data from a cloud storage. And for the next demonstration we're not going to be using the same organization accounts from the course page In order to…

Contents