###In IT Library rental app, You can:
- Rent available books from a number of titles
- Search for more books and Ebooks and buy them on Amazon
- Search for more books and Ebooks and buy or get them free from GoogleBooks
- Add GoogleBooks and ITBookstore entries you are interested in to your Watchlist
####To test client-side functionalities, log in as:
email: [email protected]
password: password
####To test administration panel functionalities, log in as:
email: [email protected]
password: password
React, Tailwind CSS, React Router, Formik, Yup, Material Table
Component Composition, React Hooks, Context
- Source code: https://github.com/jakujur/library-app-front
- git clone https://github.com/jakujur/library-app-front.git
- type
npm startin terminal - Application will be run on the localhost:3000
- Source code: https://github.com/jakjur-dev/Library-Rental-Application
- git clone https://github.com/jakjur-dev/Library-Rental-Application.git
- Download and install pgAdmin
- Create library-app database
- Run main method in the LibraryRentalApplication class
- Application will be run on the localhost:8080 address
..*please note, that database is running only with pgAdmin on. If you want to change database system to MySQL, please modify application.properties file accordingly (some named querries might not work)