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

https://github.com/yoru-cyber/bookstore

Bookstore webapp made with React and Spring Boot
https://github.com/yoru-cyber/bookstore

docker docker-compose java react spring-boot swagger-ui typescript vite

Last synced: 3 months ago
JSON representation

Bookstore webapp made with React and Spring Boot

Awesome Lists containing this project

README

          

# Bookstore 📚
> This is a fake e-commerce webapp to buy books.

![Smart cat reading book(REAL)](https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExMzl0Y25seDF2c283OTRjM3hjOWdzZXlsM2JnOHc4aXhuOHMxeWRpMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/NFA61GS9qKZ68/giphy.gif)
## Made with
spring-logo
docker
external-react-a-javascript-library-for-building-user-interfaces-logo-color-tal-revivo
postgreesql

### Instructions to run
**SSH**
```shell
git clone git@github.com:Yoru-cyber/bookstore.git
```
**HTTPS**
```shell
git https://github.com/Yoru-cyber/bookstore.git
```
**Run build of gradle command**
```shell
./gradlew build
```
**Build and run the container**
```shell
Docker compose up --build
```
### To add
- Pagination ✅
- Unit Testing ⏳
- Reverse Proxy ⏳