Skip to content

Misbah374/LinkNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

🔗 LinkNest

A full-stack link management application where users can save, categorize, and track their important links in one place.


🚀 Features

  • 🔐 User Authentication (Register/Login)
  • 📁 Category-based link organization
  • 🔗 Shortened links support
  • 📊 Click tracking for each link
  • 🧠 Clean and simple UI

🛠️ Tech Stack

Frontend

  • React (Vite)
  • TypeScript
  • Tailwind CSS

Backend

  • Node.js
  • Express.js
  • MongoDB (Mongoose)

⚙️ Setup Instructions

1️⃣ Clone the repository

git clone https://github.com/Misbah374/LinkNest.git
cd linknest

2️⃣ Backend Setup

cd backend
npm install

Create a .env file:

PORT=5000
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret

Run backend:

npm run dev

3️⃣ Frontend Setup

cd frontend
npm install

Create a .env file:

VITE_API_URL=http://localhost:5000

Run frontend:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors