Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)