Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.31 KB

📚 Student Result Management System (SRMS)

A full-stack application designed to manage student results efficiently. Developed as part of the DBMS course curriculum, this project utilizes React.js, Node.js, and MySQL to deliver a robust and user-friendly system.


🌟 Features

  • Secure Login System: Role-based access for admins and students.
  • Result Management:
    • Add, update, and delete student records and results.
    • View results dynamically based on credentials.
  • Responsive Design: Optimized for all devices.
  • RESTful APIs: Efficient backend communication with frontend.

🛠️ Tech Stack

Frontend

  • React.js
  • HTML5 / CSS3

Backend

  • Node.js
  • Express.js

Database

  • MySQL

📂 Project Structure

├── backend/
│   ├── routes/         # API routes
│   ├── controllers/    # Backend logic
│   ├── config/         # Database and environment setup
│   └── server.js       # Main server file
├── frontend/
│   ├── src/
│   │   ├── components/ # React components
│   │   ├── pages/      # UI pages
│   │   └── App.js      # Main React app
└── README.md           # Project documentation