Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thainguyencoffee/bookstore-full-stack
Full stack project using Spring framework with Vue
https://github.com/thainguyencoffee/bookstore-full-stack
cloud-native spring-framework vue3
Last synced: 26 days ago
JSON representation
Full stack project using Spring framework with Vue
- Host: GitHub
- URL: https://github.com/thainguyencoffee/bookstore-full-stack
- Owner: thainguyencoffee
- License: gpl-3.0
- Created: 2024-07-06T11:03:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T18:34:20.000Z (3 months ago)
- Last Synced: 2024-09-29T00:03:48.424Z (about 1 month ago)
- Topics: cloud-native, spring-framework, vue3
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore project
[![Backend CI with Gradle](https://github.com/thainguyencoffee/bookstore-full-stack/actions/workflows/commit-stage.yml/badge.svg)](https://github.com/thainguyencoffee/bookstore-full-stack/actions/workflows/commit-stage.yml)
## Techs used & Design patterns
- Java 17
- Docker
- Docker compose plugin
- Bash## Features
- Backend with book management, backend for frontend, OAuth2 Keycloak with OIDC Flow### Check out sources
```bash
https://github.com/thainguyencoffee/bookstore-full-stack.git
```### Compile and test; build all JARs, build image container, start docker compose
1. Without angular (recommend when you want to develop frontend)
```bash
./build.sh without-angular
```
2. With angular (recommend when you want to deploy)
```bash
./build.sh
```3. If you want to build image
```bash
./build.sh native
```