Host Locally (Under construction)

Coming soon...

1) Clone repository

git clone <your-repo-url> postgres-data-generator
cd postgres-data-generator

2) Install prerequisites

  • PHP 8.1+ with `pdo_pgsql` extension enabled
  • PostgreSQL 13+ instance
  • CLI tools: `psql` and optional `curl`

3) Start local web server

php -S 127.0.0.1:8080

4) Open pages

  • App: `http://127.0.0.1:8080/index.html`
  • API docs: `http://127.0.0.1:8080/api-docs.html`
  • Host guide: `http://127.0.0.1:8080/host-locally.html`