Skip to content

2004shweta/student-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

A full-stack Student Management System built using Spring Boot and React.

🚀 Tech Stack

  • Backend: Spring Boot, Spring Data JPA, Hibernate
  • Frontend: React, Axios
  • Database: MySQL
  • Tools: Maven, npm, Postman

✨ Features

  • Add student
  • View all students
  • Update student
  • Delete student
  • RESTful APIs
  • React-based UI

🏗️ Project Structure

student-management-system ├── frontend (React) └── student-management-system (Spring Boot)

▶️ How to Run

Backend

  • Import backend into IDE
  • Configure MySQL
  • Run Spring Boot application

Frontend

cd frontend
npm install
npm start

Frontend runs at:
http://localhost:3000


Backend runs at:
http://localhost:8080


🔥 This README makes your project look **professional**.

---

## 🟢 STEP 4: INITIALIZE GIT (LOCAL)

Open terminal **in project root** (where frontend + backend folders exist).

Run these commands **one by one**:

```bash
git init
git add .
git commit -m "Initial commit: Full-stack Student Management System"

About

Student Management System is a full-stack web application designed to manage student information efficiently. It provides a complete CRUD (Create, Read, Update, Delete) operation interface for student records with a modern tech stack combining Spring Boot backend and React frontend, connected through RESTful APIs and MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages