https://github.com/crni99/bookstore
This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.
https://github.com/crni99/bookstore
bookstore bookstore-cms crud database h2-database hibernate java maven mvc spring spring-boot spring-mvc spring-security springboot store
Last synced: 3 months ago
JSON representation
This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.
- Host: GitHub
- URL: https://github.com/crni99/bookstore
- Owner: crni99
- Created: 2023-02-09T08:59:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T09:05:33.000Z (over 2 years ago)
- Last Synced: 2024-12-19T07:12:07.630Z (5 months ago)
- Topics: bookstore, bookstore-cms, crud, database, h2-database, hibernate, java, maven, mvc, spring, spring-boot, spring-mvc, spring-security, springboot, store
- Language: Java
- Homepage: https://hub.docker.com/r/crni99/bookstore
- Size: 90.8 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Store
- Spring Boot
- Spring MVC
- Spring Security
- Spring Data JPA
- Thymeleaf
- H2 database
- Tests# Docker
- Pull docker image
```
docker pull crni99/bookstore
```
- Run docker and expose port
```
docker run -d -p 8080:8080
```
- Open a web browser and paste this:
```
http://localhost:8080/
```# Screenshots
## User part

### Shopping Cart
### Checkout
## Admin part
### Username and password: ognjen
### Show all, search, edit and delete.
### Add new book / validation
### Orders
### Order
