Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 954 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 954 Bytes

ACME Dashboard | Next.js (App Router)

ACME Dashboard web app built with Next.js and TypeScript.

Invoices dashboard built with Next.js and TypeScript. Auth.js for Authentication.

Features

  • User authentication
  • Dashboard to manage invoices & customers
  • Search & Pagination
  • CRUD (create, read, update, delete) functionality for invoices

Usage

  • You should have Node.js installed Node.js
  • To deploy on Vercel and setup SQL database Vercel

Env Variables

Rename .env.example to .env and add your env variables

Install Dependencies

npm install

Seed Database

npm run seed

Run

npm run dev