Title
Workopia — Simple Job Listing (Vanilla PHP)
Short description
A small, vanilla PHP job-listing application that demonstrates routing, data persistence, and basic listing/filter functionality. Includes a demo link (Cloudways) for quick preview.
Features
Create and browse job listings.
Basic search/filter by job title or location.
Admin panel to manage listings (if included).
Lightweight, easy to deploy.
Tech stack
PHP (vanilla) • MySQL • HTML/CSS • Optional composer utilities
Setup (local)
Clone
git clone https://github.com/Zgrovetin/workopia.git
cd workopia
Database
Create DB and import any provided SQL or follow repo notes.
Configure
Edit config / helpers.php to set DB credentials (see repository files).
Run
Place files in a local web server (XAMPP/MAMP) or use built-in server: php -S 127.0.0.1:8000 -t public
Demo
https://phpstack-1258474-4620367.cloudwaysapps.com/
username, password: test@test.test
License MIT.