Skip to content

My version of the Notetaker app from the Jack Harrington T3 tutorial

Notifications You must be signed in to change notification settings

alxgrg/t3-notetaker

Repository files navigation

T3 Notetaker app

Based on the T3 Stack tutorial here by Jack Herrington

Description

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.

Built With

Installing locally

# installation
$ git clone https://github.com/alxgrg/t3-notetaker.git
$ cd t3-notetaker
$ npm install

Set up your .env variables...

  • 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

Author

Alex George Email

Releases

No releases published

Packages

No packages published