Online music store system which provides features such as ordering and managment music discs.
You may need to wait a while until back-end loads
https://music-store-2620.firebaseapp.com/
Username | Password | Role |
---|---|---|
admin | admin | Admin |
user | user | User |
- Spring (Boot, Security, Data JPA, MVC)
- Angular 8
- Hibernate
- PostgreSQL
- Mapstruct
- CircleCI
- Management discs and orders via admin panel
- Ordering discs by users
- Browse available discs for sale
- Browse user shopping cart and orders
- Angular 8 or greater is required
$ npm install -g @angular/cli
- Java 8+
$ mvn spring-boot:run -Dspring-boot.run.profiles=dev
$ cd angularclient
$ npm install
$ ng serve
Run browser and head to http://localhost:4200