- Made a system in which Students will be charged after crossing the limit after 3 days for 1 Rs.
- Made the System of BiDirection Relationship using Hibernate and Spring DATA JPA for Book, Author, Studnet, and Transaction.
- One Author can write multiple Books and One student can issue multiple books and only books that are available and not assigned to any student.
- Students can issue and return the book.
- You can create books and students using your local Mysql DB.
- After creating the Book and Author Information you get the Book and Author details.
- Made your book issue and return book transaction.
- Note: This is not Secure APIs & there is no spring security used.
Work In progress and adding more APi's for better use cases;
To Run this Application : Ru the application By cloning Repo. it and then If you want to use the Docker Engine,
- You can Use and Run: the MySQL and Speingbot application container on the Same Network Interface. You can use the docker-compose up command to Run the container. Make sure first that you have a New Connection to MySQL DB which is mapped to port 3307.