Audifactory

Online album storefront using Vue.js + Vuetify + node/express.

Instruction

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

GitHub