JobsDB platform like, written in CakePHP v4
- Clone repo
git clone https://github.com/gemblue/CakePHPJobBoard YourProjectFolder
cd YourProjectFolder
- Migrate DB Structure
./bin/cake migrations migrate
- Record Table Sampling / Seed
./bin/cake migrations seed
./bin/cake server
Open app at http://localhost:8765/