acidjazz / changer

Sample Laranuxt app - cash register

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample app that delivers change in denominations

Installation

  • clone from github
  • run yarn and composer install to install all of your dependencies
  • copy .env.example to .env and configure it to your likings
  • TL;DR
git clone git@github.com:acidjazz/changer.git; cd changer; yarn; composer install; cp .env.example .env;

Local Environment

About the boilerplate

Laravel + Nuxt.js Boilerplate

Test PHP Test Javascript

What is included

  • NUXT front end, a progressive Vue.js framework - v2.14.0

  • Laravel - for our API - v7.22.4

    • metapi - API helpers and utilities - v2.1.1
    • debugbar - awesome debugbar for our API - v3.5.1
    • ide-helper - Helper files to enable accurate IDE autocompletion - v2.8.0

About

Sample Laranuxt app - cash register


Languages

Language:PHP 81.4%Language:Vue 12.8%Language:JavaScript 5.2%Language:Shell 0.5%Language:CSS 0.1%