This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the course curriculum on the Next.js Website.
- Authentication and Authorization
- Fetching data
- Search and Pagination
- Navigation
- SEO - Metadata
- Connection to a database (PostgreSQL)
To install and run this project, follow these steps:
-
Clone the repository:
git clone https://github.com/username/repository.git
-
Navigate to the project directory:
cd project-directory
-
Install the dependencies:
npm install
-
Start the application:
npm run dev
Now you can access the Dashboard app in your browser at http://localhost:3000/
.