24gold_server/README.md

1.7 KiB
Executable File

PostgreSQL Laravel Hono.js

Table of Contents

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