Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 489 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 489 Bytes

CakePHP Job Board

JobsDB platform like, written in CakePHP v4

Install

  • 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

Run on Server

 ./bin/cake server

Open app at http://localhost:8765/