Skip to content

A simple POS application for a coffee shop by VueJS

Notifications You must be signed in to change notification settings

rezaasadi/CafeVue

Repository files navigation

CafeVue

A simple POS application for a coffee shop like Starbucks. There is a page for the selection of base drinks and their associated modifiers. A page for the confirmation of purchase is showing the cost based on drink type and chosen modifiers.

Demo

small-view phone-view

technologies

How to run application on the local computer :

Open bash or cmd and direct to CafeVue folder then

  1. install dependencies

npm install

  1. run json server

json-server .\json-server-api\db.json

  1. serve with hot reload at localhost:8080

npm run dev

License

[MIT License].

About

A simple POS application for a coffee shop by VueJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published