Second Brain is a digital bookmarking solution that helps you organize, store, and access your YouTube and Twitter links in one place. Never worry about losing valuable content again with this simple yet powerful web application.
- Content Organization – Store all your YouTube and Twitter links in a structured.
- Easy Deletion – Remove outdated or unwanted links with a single click.
- Simple Sharing – Share your curated collection with friends via a simple link.
- User Authentication – Secure access to your personal content library.
- Frontend: React, TypeScript, Vite, Tailwind CSS
- Backend: Node.js, Express, TypeScript
- Database: MongoDB
- Clone the repo:
git clone https://github.com/sanjanaynvsdl/second-brain.git
cd second-brain
- Set up backend:
cd backend
npm install
npm run dev
- Set up frontend:
cd frontend
npm install
npm run dev
Refer to backend/.env.example for setting up the required environment variables.
Refer to frontend/.env.example for setting up the required environment variables.