Skip to content

RoshanAlii/StudentInformationSystem-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Information System

A simple Student Information System using Spring Boot + MySQL + Docker + Jenkins. i jhave made a change.

Features

  • CRUD (Create, Read, Update, Delete) operations for a Student.
  • Uses Spring Data JPA for database access.
  • Docker containerization.
  • Sample Jenkinsfile for CI/CD.
  • Minimal front-end can be built or tested with Postman.

How to Run Locally

  1. MySQL Setup

    • Create a database named students_db.
    • Use username/password = root/password (or change in application.properties).
  2. Build & Run

    mvn clean package
    java -jar target/StudentInfoSystem-1.0.0.jar

About

StudentInformationSystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors