A full-stack web app to manage students, attendance, and authentication with a clean UI!
Built with β€οΈ using MERN Stack*!
- π Authentication (Login / Signup)
- π CRUD Operations (Create / Edit / Delete Students)
- π Attendance System with timestamps
- βοΈ React JS
- π¨ Tailwind CSS v3.4
- π Flowbite UI Components
- π’ Node.js
- π Express.js
- π MongoDB (Cloud Hosted)
| Layer | Platform |
|---|---|
| π Frontend | Vercel |
| π§ Backend | Railway |
| ποΈ Database | MongoDB Atlas |
- π GitHub
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


