Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehmetpekdemir/library-management-system
Spring Boot && Thymeleaf
https://github.com/mehmetpekdemir/library-management-system
bootstrap4 h2-database spring-boot spring-data-jpa thymeleaf
Last synced: 15 days ago
JSON representation
Spring Boot && Thymeleaf
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/library-management-system
- Owner: mehmetpekdemir
- Created: 2020-07-09T20:04:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T23:37:14.000Z (over 4 years ago)
- Last Synced: 2023-03-01T07:32:43.549Z (over 1 year ago)
- Topics: bootstrap4, h2-database, spring-boot, spring-data-jpa, thymeleaf
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 7
- Watchers: 1
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This is a library management system project.
#### I developed a web application by using Spring Boot.
### Tech stack:
- Spring Boot
- Spring Data Jpa
- H2 Database
- Thymeleaf
- Bootstrap4### Requirements
For building and running the application you need:
- [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or newer
- [Maven 3](https://maven.apache.org)
- [Lombok](https://projectlombok.org)### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```
### Port
```
http://localhost:8081
```### Features
![Books](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/Books.png)
![addBook](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/addBook.png)
![search](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/search.png)
![Authors](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/Authors.png)
![Categories](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/Categories.png)
![Publishers](https://github.com/mehmetpekdemir/Library-Management-System/blob/master/Photo/Publishers.png)