A full-stack web app to manage students, attendance, and authentication with a clean UI!
Built with ❤️ using MERN Stack!
| Layer | Platform |
|---|---|
| 🌐 Frontend | Vercel |
| 🔧 Backend | Railway |
| 🗃️ Database | MongoDB Atlas |
git clone https://github.com/your-username/student-management-system.git
cd student-management-system
cd frontend
npm install # 📦 Install dependencies
npm run dev # 🚀 Start Vite dev server
cd backend
npm install # 📦 Install backend dependencies
npm run dev # 🚀 Start backend server using nodemon or dev script
PORT=5000
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret_key
🧑💻 Developed By Shahryar Sohail — 💻 MERN Stack & 🤖 AI Dev
