This is a Next.js project bootstrapped with create-next-app
.
git clone
npm i
 to install node modulesnpm run dev
# or
yarn dev
npm run test
 to run tests in cypresscp .env.example .env
postgres://<user>:<password>@localhost:<PORT>/<database_name>
chmod +x ./scripts/your-filename
.npm run db:setup
and npm run db:build
DATABASE_URL='postgres://exampleuser:123@localhost:5432/example'
AUTH0_CLIENT_ID =
AUTH0_CLIENT_SECRET =
AUTH0_DOMAIN =
AUTH0_BASE_URL = http://localhost:3000/
NEXTAUTH_URL = http://localhost:3000/
DATABASE_USER =
DATABASE_PASSWORD =
DATABASE_NAME =
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.