Skip to content

A monolithic web app doing basic CRUD operations using Spring Boot and MySQL for managing student records.

License

Notifications You must be signed in to change notification settings

MohamedBahaa0/Student-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

This is a basic CRUD web application built using Spring Boot and MySQL for managing student records. The application allows users to perform operations like adding new students, viewing a list of all students, updating student information, and deleting student records.

Features

  • Add new students with their name, email, date of birth, and age.
  • View a list of all existing students.
  • Update student information such as name, email, and date of birth.
  • Delete student records from the system.

Technologies Used

  • Spring Boot
  • Spring Data JPA
  • MySQL
  • Java
  • RESTful API

Getting Started

To run this application locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Set up a MySQL database and update the database configuration in the application.properties file.
  3. Build and run the application using IntelliJ IDEA or Maven.
  4. Access the application by visiting http://localhost:8080 in your web browser.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A monolithic web app doing basic CRUD operations using Spring Boot and MySQL for managing student records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published