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
- Host: GitHub
- URL: https://github.com/yoru-cyber/bookstore
- Owner: Yoru-cyber
- Created: 2024-05-03T18:50:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T22:23:09.000Z (about 2 years ago)
- Last Synced: 2025-02-24T01:38:03.039Z (over 1 year ago)
- Topics: docker, docker-compose, java, react, spring-boot, swagger-ui, typescript, vite
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore 📚
> This is a fake e-commerce webapp to buy books.

## Made with

### 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 ⏳