Web-based AR-application for creating diorama using QR-code. Supports Shop-logic using finding AR-game-like gameplace
- 2 Gb RAM
- 2-Core CPU 1.2 Ghz
- 100 Mb disk space
- Composer 2.5.5+
- PHP 8.1+
- Node.js 16+
- 2-Core CPU with 1.2Ghz
- 1 GB Ram
- 128Mb storage
- Camera support
- 1280x720 display
- Web-Browser with ES-6
- WebGL 2+
- Download composer 2.5.5
- Start Web and Database servers
- Install PHP packages
$cd app/html
$php composer.phar install
- Setup Database access and other staff in
.env
- Run DB migrations
$php artisan migrate
- Fill DB
$php artisan db:seed
- Install JavaScript packages
$cd html/app/resources/react
$npm install
- Build distribution frontend version
$npm run prod
x3n0g3aR c0de4un