项目作者: grzegorz103

项目描述 :
Music store (Spring, Angular5)
高级语言: Java
项目地址: git://github.com/grzegorz103/music-store.git
创建时间: 2019-04-28T22:57:41Z
项目社区:https://github.com/grzegorz103/music-store

开源协议:

下载


Music store CircleCI

Table of contents

General info

Online music store system which provides features such as ordering and managment music discs.

Live demo

You may need to wait a while until back-end loads
https://music-store-2620.firebaseapp.com/

Sample accounts

Username Password Role
admin admin Admin
user user User

Technologies

  • Spring (Boot, Security, Data JPA, MVC)
  • Angular 8
  • Hibernate
  • PostgreSQL
  • Mapstruct
  • CircleCI

Features

  • Management discs and orders via admin panel
  • Ordering discs by users
  • Browse available discs for sale
  • Browse user shopping cart and orders

Setup

Prerequisites

  • Angular 8 or greater is required
    1. $ npm install -g @angular/cli
  • Java 8+

Deployment

  1. $ mvn spring-boot:run -Dspring-boot.run.profiles=dev
  2. $ cd angularclient
  3. $ npm install
  4. $ ng serve

Run browser and head to http://localhost:4200