An open API service indexing awesome lists of open source software.

https://github.com/pascalallen/biz-app


https://github.com/pascalallen/biz-app

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

## About

Web application which uses Quickbooks Online API.

- `git clone https://github.com/pascalallen/matt-pascal.git`
- `cp .env.example .env`
- Open `.env` and add your credentials to the `DB_*` block and to the `QUICKBOOKS_*` block
- `composer install`
- `php artisan key:generate`
- `npm install`
- `php artisan migrate`