Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 1.77 KB

File metadata and controls

83 lines (61 loc) · 1.77 KB

🎉 PROJECT STATUS: BOTH SERVERS LIVE!

✅ BACKEND (Go API) - RUNNING

✅ FRONTEND (React) - RUNNING

  • URL: http://localhost:5173
  • Status: ✅ LIVE
  • Pages Created:
    • ✅ Login page (/login)
    • ✅ Register page (/register)
    • ✅ Dashboard page (/)

🚀 HOW TO USE:

Open in Your Browser:

http://localhost:5173

Features Available:

  1. Register - Create a new account
  2. Login - Sign in with your account
  3. Upload Files - Click "Upload File" button
  4. View Files - See all your uploaded files
  5. Download Files - Click download button on any file
  6. Star Files - Mark files as favorites
  7. Delete Files - Move files to trash
  8. Views:
    • 📁 My Drive - All your files
    • 🕒 Recent - Recently accessed files
    • ⭐ Starred - Your favorite files
    • 🗑️ Trash - Deleted files

📊 Test Account:

You can use this test account:

Or register a new account!


🔧 If You Need to Restart:

Backend:

cd /home/sh/WorkSpace/gdrive
go run cmd/server/main.go

Frontend:

cd /home/sh/WorkSpace/gdrive/frontend
npm run dev

🎯 Current Status:

  • ✅ Backend API - 100% Functional
  • ✅ Frontend UI - 100% Functional
  • ✅ Database - Connected
  • ✅ File Upload - Working
  • ✅ File Download - Working
  • ✅ Authentication - Working
  • ✅ All Features - Ready for Demo

🏆 YOU'RE READY FOR THE HACKATHON!

Everything is working perfectly!

Open http://localhost:5173 in your browser and start using your Google Drive clone!

Team Code Raiders - Let's Win This! 🚀