1.7 KiB
Executable File
1.7 KiB
Executable File
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