CouponShop is admin panel application for coupons that represent the discounted price for articles.
CouponShop-front is connected with CouponShop backend by RESTful API. CouponShop backend
Authentication is based on JWT generated by the server.
npm install -g @vue/cli
npm install
npm run serve
npm run build