https://github.com/n1k0l1n/library-management-system-thymeleaf-java
E-book store, made with jpa, springboot, thymeleaf
https://github.com/n1k0l1n/library-management-system-thymeleaf-java
crud-application fullstack-development java jpa library-management-system spring-boot thymeleaf
Last synced: 6 months ago
JSON representation
E-book store, made with jpa, springboot, thymeleaf
- Host: GitHub
- URL: https://github.com/n1k0l1n/library-management-system-thymeleaf-java
- Owner: N1k0l1n
- Created: 2022-01-24T16:08:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T15:40:16.000Z (about 4 years ago)
- Last Synced: 2025-03-14T15:16:32.921Z (over 1 year ago)
- Topics: crud-application, fullstack-development, java, jpa, library-management-system, spring-boot, thymeleaf
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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





