A elegant website that sells various albums.
To be revamp after the release of vue 3.0 and vuetify 2.0 (2019 Q3)
Ensure you have Node.js 10.0 above and npm installed on your computer
Open two command lines / Terminals.
For the first one, change directory to server-side folder and run the following commands
npm install
npm run seed
npm run start
For the second one, change directory to client-side folder and run the following commands
npm install
npm run serve
The front-end server will be running on localhost:8080
The API Server will be running on localhost:8081
DEMO for this project
Anyone is welcome to contribute to improve the existing codes, please open a new branch and do pull request. Thanks