This is a Next.js project bootstrapped with create-next-app
.
First, spin up a MySQL database.
Then, change the .env.example
file to .env
and adjust the environmental variables defined in it, escpecially the DATABASE_URL
.
You will also have to setup NextAuth and Google OAuth and specify their settings in .env
.
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.