An admin dashboard built using Next.js framework and Tailwind CSS
Create a .env file in the root of your project and add the following environment variables:
// Postgress Database
POSTGRES_URL=
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_USER=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=
// Auth
AUTH_SECRET=
AUTH_URL=http://localhost:3000- Deploy your project to vercel or visit Next.js deployment documentation for step by step guide
- Navigate to the
Storagetab once your project is deployed - Select Create Database and choose Postgres and click Continue.
- Choose your region and storage plan, if required
- Once connected, navigate to the
.env.localtab, click Show secret and Copy Snippet. Make sure you reveal the secrets before copying them. - Navigate to your code editor and rename the
.env.examplefile to.env.Paste in the copied contents from Vercel.
Now that your database has been created, let's seed it with some initial data.
To seed your database, run the following command
npm run seedTo start your local server, run the following command:
npm run devOnce you've seeded your database with the initial data, the default login creadentials are:
Email: user@nextmail.com
Password: 123456"Great dashboards are built with great attention to detail. Keep iterating and improving!"
I welcome all kinds of contributions! Feel free to open issues or submit pull requests.