Skip to content

ferhatkefsiz/invoice-app

Repository files navigation

Getting Started

First, run the development server:

npm run dev

Env Variables

Create a .env.local file in the root of the project and add the following variables:

NEXT_PUBLIC_XATA_API_KEY=YOUR_XATA_API_KEY
NEXT_PUBLIC_XATA_PROJECT_ID=YOUR_XATA_PROJECT_ID

Xata App

Create a xata account, login and start creating your own xata. You will get this database wizard to create your own database.

After the hit next click, next page will show all different credentials to connect to your database.

Note: Do not try to connect to the database using the credentials shown in the image above. It is just for demonstration purposes.

Resend Email

Go to resend dashboard then login and create a api key, then add the api key to the .env.local file.

About

A sample invoice app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published