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

https://github.com/mikebionic/voodoo-sanart

SanArt online commerce solution app created by VooDoo team (Muhammed, Jelal, Agoyli) on hackaton GDG Ashgabat
https://github.com/mikebionic/voodoo-sanart

Last synced: 4 months ago
JSON representation

SanArt online commerce solution app created by VooDoo team (Muhammed, Jelal, Agoyli) on hackaton GDG Ashgabat

Awesome Lists containing this project

README

          

# VooDooBoys
![VOODOOBOYS](https://github.com/AshgabatGDG/VooDooBoys/blob/master/VOODOO.jpeg?raw=true)
### How to run
~~~
git clone https://github.com/AshgabatGDG/VooDooBoys.git
cd VooDooBoys
composer install
php artisan key:generate
nano .env
mysql your_database < db.sql
php artisan serve
~~~
In browser open: http://localhost:8080
### Requirements
* **SERVER**: Apache 2 or NGINX.
* **RAM**: 1 GB or higher.
* **PHP**: 7.3 or higher.
* **MySQL or MariaDB**
* **Composer**
### Screenshots
![VOODOOBOYS](https://github.com/AshgabatGDG/VooDooBoys/blob/master/screenshot.png?raw=true)