memomate-notetaker
memomate-notetaker copied to clipboard
An app for easy management of notes and topics
trafficstars
MemoMate Notetaker 📚
• 🤝 Contribute • 🤘 Twitter
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 [email protected]:YOU_USER/slug.git
Install dependencies:
pnpm install
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=
Push your DB to Supabase:
pnpx prisma db push
Run
pnpm run dev
Tech Stack
This project is built with create-t3-app