|
|
||
|---|---|---|
| app | ||
| bootstrap | ||
| cli | ||
| config | ||
| database | ||
| packages/rooyesh/wallet | ||
| public | ||
| redis_data/appendonlydir | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| README.md | ||
| artisan | ||
| composer.json | ||
| docker-compose.yml | ||
| git.sh | ||
| install.sh | ||
| install_mongodb.sh | ||
| montzar.png | ||
| nohup.out | ||
| package.json | ||
| phpunit.xml | ||
| refprice.log | ||
| rerstart_lsws.sh | ||
| rfprice.sh | ||
| server.php | ||
| webpack.mix.js | ||
| worker.log | ||
README.md
Table of Contents
- Introduction
- Prerequisites
- Installation
- Project Structure
- Running the Project
- Technical Specifications
- [postgre instalation](#postgre instalation)
Introduction
A modern full-stack development template featuring:
- 🐘 PostgreSQL - Relational database management
- 🎯 Laravel - PHP backend framework
- 👁️ Vue.js - Vue.js
- ⚡ Hono.js - Ultra-fast API framework
Prerequisites
- Linux OS (Ubuntu/Debian recommended)
- Root/sudo access
- Minimum 2GB RAM
- 10GB disk space
Installation
Quick Install:
sudo bash install.sh
postgre instalation:
sudo apt update
sudo apt upgrade -y
sudo apt install postgresql postgresql-contrib -y
sudo systemctl status postgresql
sudo systemctl start postgresql
sudo systemctl enable postgresql
sudo systemctl restart postgresql