MemoMate Notetaker

An app for easy management of notes and topics

Features

  • Login with Google and GitHub
  • Create, Edit, and Delete Topics
  • Create, Edit, and Delete Notes
  • Markdown Support

Local setup

Clone the repository:

git clone git@github.com:YOU_USER/slug.git
Bash

Install dependencies:

pnpm install
Bash

Create Your .env File

DATABASE_URL=

NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
Bash

Push your DB to Supabase:

pnpx prisma db push
Bash

Run

pnpm run dev
Bash

Authors