This is a Next.js project bootstrapped with create-next-app
.
- Install Docker Desktop (with Compose)
- Create an
.env
file in the project root:
# ./.env
PGHOST=localhost
PGUSER=postgres
PGPASSWORD=postgres
PGDATABASE=next-dashboard
PGPORT=5432
AUTH_SECRET=6i6NNwUan9Ms4xhjJxtwjUwcxZdC8DmkV2VdtWAo0pE=
User | Password |
---|---|
[email protected] |
123456 |
$ docker-compose up -d --build
then
Go to localhost:3000
$ npm run dev
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!