bookstore-full-stack

Full stack project using Spring framework with Vue

GPL-3.0 License

Stars
2
Committers
1

Bookstore project

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

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)
./build.sh without-angular
  1. With angular (recommend when you want to deploy)
./build.sh
  1. If you want to build image
./build.sh native
Badges
Extracted from project README
Backend CI with Gradle
Related Projects