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

https://github.com/emrekardaslar/bookstore

Bookstore application that uses Angular and Spring Boot technologies
https://github.com/emrekardaslar/bookstore

angular angular-material spring-boot

Last synced: 2 months ago
JSON representation

Bookstore application that uses Angular and Spring Boot technologies

Awesome Lists containing this project

README

          

# Build Guide

Backend:

```
mvn install -DskipTests
```
Frontend:
```
ng build --prod
```

Docker:
```
docker-compose up --build -d
```