Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaloa2025/libmsystem

LibMSystem : A safe platform to find books
https://github.com/kaloa2025/libmsystem

java jpa-hibernate mysql redis spring-boot spring-security

Last synced: about 12 hours ago
JSON representation

LibMSystem : A safe platform to find books

Awesome Lists containing this project

README

        

//MYSQL CMD
-> mysql -u root -p
-> aalok25
-> show databases;
-> use libmsystem;
-> desc author; desc user; desc book;

//API's
http://localhost:8081/author/getAuthorData
http://localhost:8081/book/getBook
http://localhost:8081/user/addStudent
{
"name":"Aalok",
"phoneNo":"123456789",
"email":"[email protected]",
"address":"India"
}

//Kafka
go to C:/kafka -> Open cmd
start Zookeeper : .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
start Kafka : .\bin\windows\kafka-server-start.bat .\config\server.properties