pbgroupeu/gettingnote_eu

Getting notes taken - and things done; encouraging application.

v1.0.0 2021-08-30 15:02 UTC

This package is auto-updated.

Last update: 2024-04-16 14:24:47 UTC


README

A small scale - based on Composer dependencies - MVC - ORM application project. It can be used on low-intensity resources consumption PHP e-benchmarks inferred environments like concerns of e-commerce & e-loans.

Intended for commercial use for enterprise sccale projects, so called Friedman stage scope, where the main goal and labeled consumption is government registered profit - for profit entity.

Installation & set up

mkdir log
touch log/app.log
chmod o+rw -R log

Proxies:

mkdir proxy
chmod o+rw proxy

Prerequisites

composer install
cp -v .env.dist .env
mkdir config/xml

Run & develop

npm install
npm run watch dev

Develop

mkdir cache
chmod o+rw cache
php -S localhost:2124 -t exposure

Navigate

curl -LI localhost:2124/index.php
http -hF localhost:2124/index.php

Documentation

Generating

phpdoc -d ./src -t ./docs/api

Reading

google-chrome ./docs/api/index.html