ACME Dashboard web app built with Next.js and TypeScript.
Invoices dashboard built with Next.js and TypeScript. Auth.js for Authentication.
- User authentication
- Dashboard to manage invoices & customers
- Search & Pagination
- CRUD (create, read, update, delete) functionality for invoices
Rename .env.example
to .env
and add your env variables
npm install
npm run seed
npm run dev