Skip to content

Dashboard created with nextjs 14 and connected to Postgres Database

Notifications You must be signed in to change notification settings

pablogarc/Dashboard-Nextjs-PostgreSQL

Repository files navigation

Next.js App Router Course - Starter

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.

Features

  • Authentication and Authorization
  • Fetching data
  • Search and Pagination
  • Navigation
  • SEO - Metadata
  • Connection to a database (PostgreSQL)

Images

Home Login Dashboard_overview Dashboard_invoices

Installation

To install and run this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/username/repository.git
    
  2. Navigate to the project directory:

    cd project-directory
    
  3. Install the dependencies:

    npm install
    
  4. Start the application:

    npm run dev
    

Now you can access the Dashboard app in your browser at http://localhost:3000/.

About

Dashboard created with nextjs 14 and connected to Postgres Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published