Based on the T3 Stack tutorial here by Jack Herrington
A note taking app with auth and a code editor, built with the T3 Stack. Based on a great tutorial by Jack Herrington. I did some things differently, and added error handling and toasts for alerts.
# installation
$ git clone https://github.com/alxgrg/t3-notetaker.git
$ cd t3-notetaker
$ npm install
- DATABASE_URL
- NEXTAUTH_SECRET
- NEXTAUTH_URL
- DISCORD_CLIENT_ID
- DISCORD_CLIENT_SECRET
- GITHUB_ID
- GITHUB_SECRET
# sync Prisma schema with your database
$ npx prisma db push
# start docker postgreSQL image
$ docker compose up
# development mode
$ npm run dev
Alex George Email