Skip to content

Student Library management system is a backend application built using Java, Spring Boot and MySQL

Notifications You must be signed in to change notification settings

nitishbaruah/Student_library_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student library management

Student Library management system is a backend application built using Java, Spring Boot and MySQL

APIs

ADD student to database

Address: http://localhost:9998/student/add
JSON: {
"name": "Nitish",
"age" : 23,
"email": "Email@gmail.com",
"mobNo": "9999999999",
"country":"India"
}

Find the student using Email Address

Address: http://localhost:9998/student/findStudentByEmail?Email={EnterYourEmailAddress}

ADD Author to database

Address: http://localhost:9998/Author/add
JSON: {
"name":"Chetan Bhagat",
"age" : 38,
"country": "India",
"authorRating":8.9
}

ADD Book to database

Address: http://localhost:9998/book/add
JSON: {
"name": "Two States",
"pages": 192,
"genre":"Romance",
"authorId":1
}

About

Student Library management system is a backend application built using Java, Spring Boot and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages